소스 검색

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