From: stephan b. <sg...@us...> - 2004-12-28 16:43:21
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18260 Modified Files: FactoryReg.h Log Message: Added a missing undef. i have no idea how this has been compiling so far. :/ Index: FactoryReg.h =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/FactoryReg.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- FactoryReg.h 25 Dec 2004 20:55:04 -0000 1.4 +++ FactoryReg.h 28 Dec 2004 16:43:12 -0000 1.5 @@ -97,6 +97,7 @@ FACTORY_INSTANCE_.registerFactory( PFACREG_TYPE_NAME, FACTORY_FUNCTION_ ), true); # undef FACTORY_FUNCTION_ +# undef FACTORY_INSTANCE_ } // anon namespace #ifdef PFACREG_TYPE_IS_ABSTRACT |