aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flbase.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-04-03 02:21:04 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-04-03 02:21:04 +0000
commit079bcdc0e050c002b77e4bf86e919fed44f6a7db (patch)
treedec2e5220e94123664ff75da8d9e50f5dff85969 /externals/grill/flext/source/flbase.h
parent94fcd3d8d61c431778f51ba91f86e1a97b7fc813 (diff)
""
svn path=/trunk/; revision=1540
Diffstat (limited to 'externals/grill/flext/source/flbase.h')
-rw-r--r--externals/grill/flext/source/flbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flbase.h b/externals/grill/flext/source/flbase.h
index 3c190c99..b636dd1b 100644
--- a/externals/grill/flext/source/flbase.h
+++ b/externals/grill/flext/source/flbase.h
@@ -258,7 +258,7 @@ class FLEXT_SHARE FLEXT_CLASSDEF(flext_obj):
#endif
//! Convert $0 or #0 symbol into appropriate value
- static const t_symbol *GetParamSym(const t_symbol *s,t_canvas *c);
+ static bool GetParamSym(t_atom &dst,const t_symbol *s,t_canvas *c);
//! Get the canvas arguments
void CanvasArgs(AtomList &args) const;