Fix CMetaTransFactory header guard

Former-commit-id: 89b63425f2
This commit is contained in:
Phillip Stephens 2022-12-09 11:13:47 -08:00
parent 536de26c71
commit e141569f99
1 changed files with 3 additions and 8 deletions

View File

@ -1,7 +1,5 @@
#ifndef _CMETAANIMFACTORY_20COPY #ifndef _CMETATRANSFACTORY
#define _CMETAANIMFACTORY_20COPY #define _CMETATRANSFACTORY
#ifndef _CMETAANIMFACTORY
#define _CMETAANIMFACTORY
#include "rstl/rc_ptr.hpp" #include "rstl/rc_ptr.hpp"
@ -12,7 +10,4 @@ public:
static rstl::rc_ptr< IMetaTrans > CreateMetaTrans(CInputStream& in); static rstl::rc_ptr< IMetaTrans > CreateMetaTrans(CInputStream& in);
}; };
#endif // _CMETAANIMFACTORY #endif // _CMETATRANSFACTORY
#endif // _CMETAANIMFACTORY_20COPY