Selaa lähdekoodia

fixed header include definition

Johannes Ruehle 11 vuotta sitten
vanhempi
commit
df952a1126
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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