Update of /cvsroot/audacity/audacity-src/src/effects
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2355

Modified Files:
        EffectManager.cpp 
Log Message:
For compilation if EFFECT_CATEGORIES is not defined (on Win, at least)

Index: EffectManager.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/EffectManager.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- EffectManager.cpp   7 Nov 2008 10:01:05 -0000       1.6
+++ EffectManager.cpp   13 Nov 2008 00:47:39 -0000      1.7
@@ -33,9 +33,11 @@
 }
 
 EffectManager::~EffectManager() {
+#ifdef EFFECT_CATEGORIES
    CategoryMap::iterator i;
    for (i = mCategories.begin(); i != mCategories.end(); ++i)
       delete i->second;
+#endif
 }
 
 void EffectManager::RegisterEffect(Effect *f, int NewFlags)


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to