From ad34bc3eb8e778277c40e274a6c1b66d926e35ef 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 42a84c7861..1f4ab5c2cb 100644 --- a/panda/src/parametrics/parametricCurveCollection.h +++ b/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"