aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/vasp.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/source/vasp.h')
-rw-r--r--externals/grill/vasp/source/vasp.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/externals/grill/vasp/source/vasp.h b/externals/grill/vasp/source/vasp.h
index ed63846f..0cc80be8 100644
--- a/externals/grill/vasp/source/vasp.h
+++ b/externals/grill/vasp/source/vasp.h
@@ -13,10 +13,13 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include "vbuffer.h"
-class Vasp
+class Vasp:
+ public flext
{
public:
- class Ref {
+ class Ref:
+ public flext
+ {
public:
Ref(): sym(NULL) {}
Ref(VBuffer &b);