Index: /trunk/FACT++/src/RemoteControl.h
===================================================================
--- /trunk/FACT++/src/RemoteControl.h	(revision 16871)
+++ /trunk/FACT++/src/RemoteControl.h	(revision 16872)
@@ -127,10 +127,10 @@
     }
 
-    void EventHook()
+    void EventHook(bool newline)
     {
         if (fImp && !fImp->HasServer(fCurrentServer))
             fCurrentServer = "";
 
-        T::EventHook();
+        T::EventHook(newline);
     }
 
