From cdf86b37d6180f5f88393c02d8f5e19e2e645ad6 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 3 Jan 2003 04:35:22 +0000 Subject: "" svn path=/trunk/; revision=317 --- externals/grill/vasp/source/obj_size.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/vasp/source/obj_size.cpp') diff --git a/externals/grill/vasp/source/obj_size.cpp b/externals/grill/vasp/source/obj_size.cpp index b061824b..d8245471 100644 --- a/externals/grill/vasp/source/obj_size.cpp +++ b/externals/grill/vasp/source/obj_size.cpp @@ -48,7 +48,7 @@ public: if(abs) FLEXT_ADDATTR_VAR("frames",size,m_arg); } - static V Setup(t_class *c) + static V Setup(t_classid c) { FLEXT_CADDMETHOD(c,1,m_arg); FLEXT_CADDATTR_VAR1(c,"keep",keep); @@ -142,7 +142,7 @@ public: if(argc && CanbeFloat(argv[0])) m_arg(GetAFloat(argv[0])); } - static V Setup(t_class *c) + static V Setup(t_classid c) { FLEXT_CADDATTR_VAR(c,"factor",factor,m_arg); } -- cgit v1.2.1