summaryrefslogtreecommitdiff
path: root/src/data/con_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/con_base.h')
-rwxr-xr-xsrc/data/con_base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/data/con_base.h b/src/data/con_base.h
index 16086db..60b12c2 100755
--- a/src/data/con_base.h
+++ b/src/data/con_base.h
@@ -9,11 +9,11 @@
using namespace std;
class con_base : public timo
- {
- public:
+{
+public:
con_base( );
~con_base( );
- };
+};
#endif
#endif