Prechádzať zdrojové kódy

STYLE: preprocessor definition was not matching #ifndef != #define

Arnaud Gelas 14 rokov pred
rodič
commit
e3a859e24f

+ 1 - 1
Libs/Visualization/VTK/Core/ctkVTKHistogram.h

@@ -19,7 +19,7 @@
 =========================================================================*/
 
 #ifndef __ctkVTKHistogram_h
-#define __ctkVTKLookupTable_h
+#define __ctkVTKHistogram_h
 
 // CTK includes
 #include "ctkHistogram.h"