aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/source/flmap.h')
-rw-r--r--externals/grill/flext/source/flmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/source/flmap.h b/externals/grill/flext/source/flmap.h
index 7355a7ff..814f22ba 100644
--- a/externals/grill/flext/source/flmap.h
+++ b/externals/grill/flext/source/flmap.h
@@ -99,7 +99,7 @@ protected:
, n(0),parent(p),left(NULL),right(NULL)
{}
- virtual ~TableAnyMap() { clear(); }
+ virtual ~TableAnyMap();
int size() const;
@@ -183,7 +183,7 @@ protected:
template <typename K,typename T,int N = 8,bool O = false>
-class FLEXT_SHARE TableMap
+class TableMap
: TableAnyMap
{
public: