瀏覽代碼

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

Arnaud Gelas 14 年之前
父節點
當前提交
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"