Fix incompatibility with some C++11 implementations

This commit is contained in:
Robbert Klarenbeek 2016-04-28 22:34:44 +02:00
parent 60176fc5ae
commit 4919b276eb

View File

@ -30,7 +30,7 @@
class BLOB_CHOICE_LIST;
#define NOT_CLASSIFIED reinterpret_cast<BLOB_CHOICE_LIST*>(NULL)
#define NOT_CLASSIFIED reinterpret_cast<BLOB_CHOICE_LIST*>(0)
// A generic class to hold a 2-D matrix with entries of type T, but can also
// act as a base class for other implementations, such as a triangular or