summaryrefslogtreecommitdiff
path: root/src/data/con_base.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
commitbf5fc4cc4a15e8e57db58c2e065e0f5adbd8e800 (patch)
tree855a98aec6d09361074c9725e08063553044ecfb /src/data/con_base.h
parentd9c4a95345bd758e45196b29368bd2ff0f2790e3 (diff)
tagging ychat-0.7.9.3ychat-0.7.9.3
Diffstat (limited to 'src/data/con_base.h')
-rwxr-xr-xsrc/data/con_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/con_base.h b/src/data/con_base.h
index 60b12c2..9ebb89e 100755
--- a/src/data/con_base.h
+++ b/src/data/con_base.h
@@ -11,8 +11,8 @@ using namespace std;
class con_base : public timo
{
public:
- con_base( );
- ~con_base( );
+ con_base( );
+ ~con_base( );
};
#endif