From 92c23bbbc6ba7546cc9c4e6393ed1850db12393b Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 7 Apr 2005 15:25:03 +0000 Subject: no more static assignment of symbols (problems with Metrowerks) updated build system fix for mingw win32 threading model included fixes for Max compilation fixed timer1 tutorial project better templates, some minor changes moved FLEXT_SHARE definition temporary fixes for VASP compilation new: FLEXT_WARN, FLEXT_ERROR macros updates for batch mode fixed flext::Timer::At method updated the docs fixed strange gcc 3.4 compilation problem build system: added profiler mode, more fixes small optimizations added shared library build facility for Windows optimized AtomList functions fixes for OSX oops, forgot about SIMD for Windows fixed compilation with SIMD instructions fixed bugs in SIMD code for non-power-of-2 lengths fixed shared library versioning smaller changes to TableMap svn path=/trunk/; revision=2688 --- externals/grill/flext/source/flmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/flext/source/flmap.h') diff --git a/externals/grill/flext/source/flmap.h b/externals/grill/flext/source/flmap.h index c0602378..fed5390a 100644 --- a/externals/grill/flext/source/flmap.h +++ b/externals/grill/flext/source/flmap.h @@ -288,7 +288,7 @@ class TablePtrMapOwned : public TablePtrMap { public: - virtual ~TablePtrMapOwned() { clear(); } + virtual ~TablePtrMapOwned() { TablePtrMapOwned::clear(); } protected: virtual void Free(void *ptr) -- cgit v1.2.1