aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/obj_split.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/source/obj_split.cpp')
-rw-r--r--externals/grill/vasp/source/obj_split.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/vasp/source/obj_split.cpp b/externals/grill/vasp/source/obj_split.cpp
index 8a3dda94..afeb3fd6 100644
--- a/externals/grill/vasp/source/obj_split.cpp
+++ b/externals/grill/vasp/source/obj_split.cpp
@@ -119,7 +119,7 @@ public:
~vasp_join() { if(vi) delete[] vi; }
- static V Setup(t_class *c)
+ static V Setup(t_classid c)
{
FLEXT_CADDMETHOD_(c,0,"reset",m_reset);
}
@@ -251,7 +251,7 @@ public:
AddOutAnything();
}
- static V Setup(t_class *c)
+ static V Setup(t_classid c)
{
FLEXT_CADDMETHOD_(c,0,"reset",m_reset);
FLEXT_CADDMETHOD_(c,1,"vasp",m_add);