aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/obj_frames.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/source/obj_frames.cpp')
-rw-r--r--externals/grill/vasp/source/obj_frames.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/vasp/source/obj_frames.cpp b/externals/grill/vasp/source/obj_frames.cpp
index 9f6b54a7..3ecd0af1 100644
--- a/externals/grill/vasp/source/obj_frames.cpp
+++ b/externals/grill/vasp/source/obj_frames.cpp
@@ -48,7 +48,7 @@ public:
if(abs) FLEXT_ADDATTR_VAR("frames",frms,m_arg);
}
- static V Setup(t_class *c)
+ static V Setup(t_classid c)
{
FLEXT_CADDMETHOD(c,1,m_arg);
}
@@ -140,7 +140,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);
}