Revision: 4426 http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4426&view=rev Author: zmoelnig Date: 2011-08-08 14:20:51 +0000 (Mon, 08 Aug 2011)
Log Message: ----------- removed #if clause for testing Modified Paths: -------------- trunk/Gem/src/plugins/imageloader.h Modified: trunk/Gem/src/plugins/imageloader.h =================================================================== --- trunk/Gem/src/plugins/imageloader.h 2011-08-05 17:36:35 UTC (rev 4425) +++ trunk/Gem/src/plugins/imageloader.h 2011-08-08 14:20:51 UTC (rev 4426) @@ -82,11 +82,7 @@ * \param id a symbolic (const char*) ID for the given class * \param imageloaderClass a class derived from "imageloader" */ -#if 1 #define REGISTER_IMAGELOADERFACTORY(id, TYP) static gem::PluginFactoryRegistrar::registrar<TYP, gem::plugins::imageloader> fac_imageloader_ ## TYP (gensym(id)->s_name) -#else -#define REGISTER_IMAGELOADERFACTORY(id, TYP) static gem::PluginFactoryRegistrar::registrar<TYP, gem::plugins::imageloader> fac_imageloader_ ## TYP (id) -#endif /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ pd-gem-CVS mailing list pd-gem-CVS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs