aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/vbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/source/vbuffer.h')
-rw-r--r--externals/grill/vasp/source/vbuffer.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/externals/grill/vasp/source/vbuffer.h b/externals/grill/vasp/source/vbuffer.h
index 5233f580..01a57af0 100644
--- a/externals/grill/vasp/source/vbuffer.h
+++ b/externals/grill/vasp/source/vbuffer.h
@@ -13,7 +13,8 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include "main.h"
-class VSymbol
+class VSymbol:
+ public flext
{
public:
VSymbol(const t_symbol *s = NULL): sym(s) { Inc(); }
@@ -38,7 +39,8 @@ protected:
const t_symbol *sym;
};
-class VBuffer
+class VBuffer:
+ public flext
{
public:
virtual ~VBuffer() {}