Update of /cvsroot/pure-data/externals/grill/flext/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1068/source
Modified Files: flmap.h flsupport.cpp flsupport.h Log Message: fix for gcc small update of linkage styles etc.
Index: flmap.h =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/source/flmap.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** flmap.h 16 Mar 2005 04:56:30 -0000 1.7 --- flmap.h 18 Mar 2005 04:56:26 -0000 1.8 *************** *** 100,104 **** {}
! virtual ~TableAnyMap() { clear(); }
int size() const; --- 100,104 ---- {}
! virtual ~TableAnyMap();
int size() const; *************** *** 184,188 ****
template <typename K,typename T,int N = 8,bool O = false> ! class FLEXT_SHARE TableMap : TableAnyMap { --- 184,188 ----
template <typename K,typename T,int N = 8,bool O = false> ! class TableMap : TableAnyMap {
Index: flsupport.cpp =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/source/flsupport.cpp,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** flsupport.cpp 15 Mar 2005 04:56:36 -0000 1.45 --- flsupport.cpp 18 Mar 2005 04:56:27 -0000 1.46 *************** *** 305,308 **** --- 305,310 ---- #endif
+ TableAnyMap::~TableAnyMap() { clear(); } + void TableAnyMap::clear() {
Index: flsupport.h =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/source/flsupport.h,v retrieving revision 1.83 retrieving revision 1.84 diff -C2 -d -r1.83 -r1.84 *** flsupport.h 16 Mar 2005 04:56:38 -0000 1.83 --- flsupport.h 18 Mar 2005 04:56:27 -0000 1.84 *************** *** 637,641 ****
template<int PRE> ! class FLEXT_SHARE AtomListStatic : public AtomListStaticBase { --- 637,641 ----
template<int PRE> ! class AtomListStatic : public AtomListStaticBase {