From 0406a49edce4413392497adfa2203ba18e3385af Mon Sep 17 00:00:00 2001 From: Younguk Kim Date: Thu, 26 Jan 2017 00:16:26 +0900 Subject: [PATCH] Fix include guard typo. --- panda/src/parametrics/parametricCurveCollection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/parametrics/parametricCurveCollection.h b/panda/src/parametrics/parametricCurveCollection.h index 01d505234b..4e8612650e 100644 --- a/panda/src/parametrics/parametricCurveCollection.h +++ b/panda/src/parametrics/parametricCurveCollection.h @@ -12,8 +12,8 @@ // //////////////////////////////////////////////////////////////////// -#ifndef NODEPATHCOLLECTION_H -#define NODEPATHCOLLECTION_H +#ifndef PARAMETRICCURVECOLLECTION_H +#define PARAMETRICCURVECOLLECTION_H #include "pandabase.h"