diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-09-05 21:12:05 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-09-05 21:12:05 +0000 |
commit | e62311adb3ad71a4a04521544fb12070336f17d2 (patch) | |
tree | 437a03c00f8eded840b8cbf8563edd360d5f5fd0 /src/stable/sio.cpp | |
parent | 912207fe0fa25d21837ced09dcd689c68e449ef7 (diff) | |
download | libbu++-e62311adb3ad71a4a04521544fb12070336f17d2.tar.gz libbu++-e62311adb3ad71a4a04521544fb12070336f17d2.tar.bz2 libbu++-e62311adb3ad71a4a04521544fb12070336f17d2.tar.xz libbu++-e62311adb3ad71a4a04521544fb12070336f17d2.zip |
We may need that virtual deconstructor...
Diffstat (limited to '')
-rw-r--r-- | src/stable/sio.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stable/sio.cpp b/src/stable/sio.cpp index e7f7565..66db152 100644 --- a/src/stable/sio.cpp +++ b/src/stable/sio.cpp | |||
@@ -19,6 +19,10 @@ public: | |||
19 | { | 19 | { |
20 | } | 20 | } |
21 | 21 | ||
22 | virtual ~PrintEndAction() | ||
23 | { | ||
24 | } | ||
25 | |||
22 | virtual void operator()( const Bu::String &sFinal ) | 26 | virtual void operator()( const Bu::String &sFinal ) |
23 | { | 27 | { |
24 | s.write( sFinal.getStr(), sFinal.getSize() ); | 28 | s.write( sFinal.getStr(), sFinal.getSize() ); |