aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/fllib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/source/fllib.cpp')
-rwxr-xr-xexternals/grill/flext/source/fllib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/fllib.cpp b/externals/grill/flext/source/fllib.cpp
index 955350ad..80a8aae4 100755
--- a/externals/grill/flext/source/fllib.cpp
+++ b/externals/grill/flext/source/fllib.cpp
@@ -220,7 +220,7 @@ void flext_obj::lib_init(const char *name,void setupfun())
sizeof(flext_hdr),NULL,A_GIMME,A_NULL);
// for all classes in library add methods
- flext_base::AddMessageMethods(curlib->clss,curlib->dsp);
+ flext_base::AddMessageMethods(curlib->clss,curlib->dsp,true);
#endif
curlib = NULL;