Browse Source

Fix include guard typo.

Younguk Kim 9 years ago
parent
commit
0406a49edc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/parametrics/parametricCurveCollection.h

+ 2 - 2
panda/src/parametrics/parametricCurveCollection.h

@@ -12,8 +12,8 @@
 //
 //
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 
 
-#ifndef NODEPATHCOLLECTION_H
-#define NODEPATHCOLLECTION_H
+#ifndef PARAMETRICCURVECOLLECTION_H
+#define PARAMETRICCURVECOLLECTION_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"