Просмотр исходного кода

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

Arnaud Gelas лет назад: 15
Родитель
Сommit
e3a859e24f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Libs/Visualization/VTK/Core/ctkVTKHistogram.h

+ 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"