瀏覽代碼

fixed header include definition

Johannes Ruehle 11 年之前
父節點
當前提交
df952a1126
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      features/simplefeatures/tests/TestCodebookRandomForest.h

+ 3 - 3
features/simplefeatures/tests/TestCodebookRandomForest.h

@@ -1,5 +1,5 @@
-#ifndef _TESTVECTORFEATURE_H
-#define _TESTVECTORFEATURE_H
+#ifndef _TESTCODEBOOKRANDOMFOREST_H
+#define _TESTCODEBOOKRANDOMFOREST_H
 
 #include <cppunit/extensions/HelperMacros.h>
 
@@ -23,4 +23,4 @@ class TestCodebookRandomForest : public CppUnit::TestFixture {
     void testCodebookRandomForest();
 };
 
-#endif // _TESTVECTORFEATURE_H
+#endif // _TESTCODEBOOKRANDOMFOREST_H