aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--externals/grill/flext/source/flmap.h2
-rw-r--r--externals/grill/flext/source/flsupport.h3
2 files changed, 4 insertions, 1 deletions
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<K,T,N>
{
public:
- virtual ~TablePtrMapOwned() { clear(); }
+ virtual ~TablePtrMapOwned() { TablePtrMapOwned<K,T,N>::clear(); }
protected:
virtual void Free(void *ptr)
diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h
index ff27e97c..c1f9d8f3 100644
--- a/externals/grill/flext/source/flsupport.h
+++ b/externals/grill/flext/source/flsupport.h
@@ -142,11 +142,14 @@ public:
// --- special typedefs ---------------------------------------------
+// later!
+#if 0
typedef t_float Float;
typedef t_int Int;
typedef t_sample Sample;
typedef const t_symbol *Symbol;
typedef t_atom Atom;
+#endif
// --- buffer/array stuff -----------------------------------------