aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flsupport.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-06-12 13:09:38 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-06-12 13:09:38 +0000
commitdd5ec533e743674a97344177fbc47925c686ba85 (patch)
treebb03a74d259a601a3b4eb5476c00b38d3d9ba5aa /externals/grill/flext/source/flsupport.cpp
parent9626bf38f809dcb2d978e4ac6a7069dc8a0851bc (diff)
""
svn path=/trunk/; revision=698
Diffstat (limited to 'externals/grill/flext/source/flsupport.cpp')
-rw-r--r--externals/grill/flext/source/flsupport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flsupport.cpp b/externals/grill/flext/source/flsupport.cpp
index 20474812..ac501f78 100644
--- a/externals/grill/flext/source/flsupport.cpp
+++ b/externals/grill/flext/source/flsupport.cpp
@@ -32,7 +32,7 @@ const t_symbol *flext::sym_signal = NULL;
int flext::Version() { return FLEXT_VERSION; }
const char *flext::VersionStr() { return FLEXT_VERSTR; }
-void flext::Setup()
+void flext::FLEXT_SETUPFUNC()
{
static bool issetup = false;
if(issetup)