summaryrefslogtreecommitdiff
path: root/src/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h
index 4103f93..bc4bd06 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -7,7 +7,7 @@ public:
7 Interface(); 7 Interface();
8 virtual ~Interface(); 8 virtual ~Interface();
9 9
10 void display(); 10 virtual void display( const class SmlNode *pSml )=0;
11}; 11};
12 12
13#endif 13#endif