aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source/main.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-02-26 04:57:48 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-02-26 04:57:48 +0000
commit7d9437c8a5fed2d03c22454f643b4bf5598f2d9e (patch)
tree27301c0c09613cb9fc801a0a19a2f98354f5249a /externals/grill/py/source/main.h
parent327c548eb8237c5dd1c6f9eca4fe7787e03506b1 (diff)
- garbage collection at module scope
- better handling of bang messages better error reporting svn path=/trunk/; revision=2583
Diffstat (limited to 'externals/grill/py/source/main.h')
-rw-r--r--externals/grill/py/source/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/py/source/main.h b/externals/grill/py/source/main.h
index 621c9eff..b7000bae 100644
--- a/externals/grill/py/source/main.h
+++ b/externals/grill/py/source/main.h
@@ -132,7 +132,7 @@ protected:
static short patcher_myvol(t_patcher *x);
#endif
- static void collect();
+ static bool collect();
private: