diff --git a/ccstruct/matrix.h b/ccstruct/matrix.h index af240b07d3..e13ef31899 100644 --- a/ccstruct/matrix.h +++ b/ccstruct/matrix.h @@ -30,7 +30,7 @@ class BLOB_CHOICE_LIST; -#define NOT_CLASSIFIED reinterpret_cast(NULL) +#define NOT_CLASSIFIED reinterpret_cast(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