Index: /trunk/FACT++/src/StateMachineImp.h
===================================================================
--- /trunk/FACT++/src/StateMachineImp.h	(revision 10275)
+++ /trunk/FACT++/src/StateMachineImp.h	(revision 10276)
@@ -93,5 +93,6 @@
 
     /// Start the mainloop
-    int Run(bool dummy=false);
+    int Run(bool dummy);
+    int Run() { return Run(false); }
 
     /// Request to stop the mainloop
