Skip to content

Commit

Permalink
Fix incompatibility with some C++11 implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
robbertkl committed Apr 28, 2016
1 parent 60176fc commit 4919b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccstruct/matrix.h
Expand Up @@ -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
Expand Down

0 comments on commit 4919b27

Please sign in to comment.