From 562dcc336797951b2a8707413aa44177484c9f2a Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 28 Dec 2002 04:37:42 +0000 Subject: "" svn path=/trunk/; revision=309 --- externals/grill/vasp/source/obj_offs.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'externals/grill/vasp/source/obj_offs.cpp') diff --git a/externals/grill/vasp/source/obj_offs.cpp b/externals/grill/vasp/source/obj_offs.cpp index 07bf1982..6ecfeefd 100644 --- a/externals/grill/vasp/source/obj_offs.cpp +++ b/externals/grill/vasp/source/obj_offs.cpp @@ -30,7 +30,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. class vasp_offset: public vasp_tx { - FLEXT_HEADER(vasp_offset,vasp_tx) + FLEXT_HEADER_S(vasp_offset,vasp_tx,Setup) public: vasp_offset(I argc,t_atom *argv): @@ -44,9 +44,12 @@ public: AddInAnything(); AddInFloat(); AddOutAnything(); + } - FLEXT_ADDMETHOD(1,m_offs); - FLEXT_ADDATTR_VAR("frames",offs,m_offs); + static V Setup(t_class *c) + { + FLEXT_CADDMETHOD(c,1,m_offs); + FLEXT_CADDATTR_VAR(c,"frames",offs,m_offs); } V m_offs(F o) -- cgit v1.2.1