From 89b63425f2e5b503a53370ff7bd49ee55a1dbfd7 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Fri, 9 Dec 2022 11:13:47 -0800 Subject: [PATCH] Fix CMetaTransFactory header guard --- include/Kyoto/Animation/CMetaTransFactory.hpp | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/include/Kyoto/Animation/CMetaTransFactory.hpp b/include/Kyoto/Animation/CMetaTransFactory.hpp index 082402eb..487c0b5b 100644 --- a/include/Kyoto/Animation/CMetaTransFactory.hpp +++ b/include/Kyoto/Animation/CMetaTransFactory.hpp @@ -1,7 +1,5 @@ -#ifndef _CMETAANIMFACTORY_20COPY -#define _CMETAANIMFACTORY_20COPY -#ifndef _CMETAANIMFACTORY -#define _CMETAANIMFACTORY +#ifndef _CMETATRANSFACTORY +#define _CMETATRANSFACTORY #include "rstl/rc_ptr.hpp" @@ -12,7 +10,4 @@ public: static rstl::rc_ptr< IMetaTrans > CreateMetaTrans(CInputStream& in); }; -#endif // _CMETAANIMFACTORY - - -#endif // _CMETAANIMFACTORY_20COPY +#endif // _CMETATRANSFACTORY