aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/main.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-01-04 04:36:49 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-01-04 04:36:49 +0000
commitc2d193b8e78aeca08c8c49baa83cc40b9951b833 (patch)
tree4e403514c56c2a74db280095820a66fa4a7d2d24 /externals/grill/pool/main.cpp
parent294e6785d6fbb1761fd68e2575f5fa25b148f5b0 (diff)
""
svn path=/trunk/; revision=320
Diffstat (limited to 'externals/grill/pool/main.cpp')
-rw-r--r--externals/grill/pool/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/pool/main.cpp b/externals/grill/pool/main.cpp
index 07d96e20..cf513d87 100644
--- a/externals/grill/pool/main.cpp
+++ b/externals/grill/pool/main.cpp
@@ -2,7 +2,7 @@
pool - hierarchical storage object for PD and Max/MSP
-Copyright (c) 2002 Thomas Grill (xovo@gmx.net)
+Copyright (c) 2002-2003 Thomas Grill (xovo@gmx.net)
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.
@@ -21,7 +21,7 @@ public:
pool(I argc,const A *argv);
~pool();
- static V setup(t_class *);
+ static V setup(t_classid);
pooldata *Pool() { return pl; }
@@ -172,7 +172,7 @@ FLEXT_NEW_V("pool",pool);
pooldata *pool::head,*pool::tail;
-V pool::setup(t_class *c)
+V pool::setup(t_classid c)
{
post("");
post("pool %s - hierarchical storage object, (C)2002 Thomas Grill",POOL_VERSION);