Update of /cvsroot/pure-data/externals/nusmuk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26623
Modified Files: msd.h Log Message: (ugly) fix for gcc 4
Index: msd.h =================================================================== RCS file: /cvsroot/pure-data/externals/nusmuk/msd.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** msd.h 30 Jul 2005 11:19:34 -0000 1.12 --- msd.h 21 Apr 2006 07:54:41 -0000 1.13 *************** *** 1898,1900 **** #define MSD(NAME,CLASS,N) \ typedef msdN<N> CLASS; \ ! FLEXT_NEW_V(NAME,CLASS) --- 1898,1900 ---- #define MSD(NAME,CLASS,N) \ typedef msdN<N> CLASS; \ ! template<> FLEXT_NEW_V(NAME,CLASS)