aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stable/sio.cpp4
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() );