From a7389a1405e6c160989e3d7097813b55e08e0f8d Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 16 Apr 2005 21:35:06 +0000 Subject: updated templates changed template parameter of TableMap fixes for OSX fixed problems with symbol binding svn path=/trunk/; revision=2771 --- externals/grill/flext/source/flclass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/flext/source/flclass.h') diff --git a/externals/grill/flext/source/flclass.h b/externals/grill/flext/source/flclass.h index d15ae09d..cf11bdb8 100644 --- a/externals/grill/flext/source/flclass.h +++ b/externals/grill/flext/source/flclass.h @@ -659,7 +659,7 @@ protected: ~ItemSet(); }; */ - typedef TablePtrMapOwned ItemSet; + typedef TablePtrMapOwned ItemSet; /*! This class holds hashed item entries \note not thread-safe! @@ -775,7 +775,7 @@ protected: ~AttrDataCont(); }; */ - typedef TablePtrMapOwned AttrDataCont; + typedef TablePtrMapOwned AttrDataCont; // these outlet functions don't check for thread but send directly to the real-time system #if FLEXT_SYS == FLEXT_SYS_PD || FLEXT_SYS == FLEXT_SYS_MAX -- cgit v1.2.1