Browse Source

Fix include guard typo.

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

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

@@ -11,8 +11,8 @@
  * @date 2001-03-04
  */
 
-#ifndef NODEPATHCOLLECTION_H
-#define NODEPATHCOLLECTION_H
+#ifndef PARAMETRICCURVECOLLECTION_H
+#define PARAMETRICCURVECOLLECTION_H
 
 #include "pandabase.h"