Browse Source

fixed #ifdef name collision

Johannes Ruehle 11 years ago
parent
commit
efc1aeaac3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      classifier/fpclassifier/FPCGPHIK.h

+ 2 - 2
classifier/fpclassifier/FPCGPHIK.h

@@ -4,8 +4,8 @@
 * @date 02/01/2012
 
 */
-#ifndef _NICE_GPHIKCLASSIFIERNICEINCLUDE
-#define _NICE_GPHIKCLASSIFIERNICEINCLUDE
+#ifndef _NICE_FPCGPHIKCLASSIFIERNICEINCLUDE
+#define _NICE_FPCGPHIKCLASSIFIERNICEINCLUDE
 
 #include <string>
 #include "core/basics/Config.h"