From c2d193b8e78aeca08c8c49baa83cc40b9951b833 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 4 Jan 2003 04:36:49 +0000 Subject: "" svn path=/trunk/; revision=320 --- externals/grill/pool/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/grill/pool/main.cpp') 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); -- cgit v1.2.1