[PD-cvs] externals/nusmuk msd.h,1.12,1.13

Thomas Grill xovo at users.sourceforge.net
Fri Apr 21 09:54:44 CEST 2006


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)





More information about the Pd-cvs mailing list