Index: trunk/FACT++/src/LocalControl.h
===================================================================
--- trunk/FACT++/src/LocalControl.h	(revision 10470)
+++ trunk/FACT++/src/LocalControl.h	(revision 10471)
@@ -49,5 +49,5 @@
     LocalControl(const char *name) : T(name), 
         fStateMachine(0), lout(T::GetStreamIn()),
-        fName(boost::filesystem::path(name).filename())
+        fName(boost::filesystem::path(name.c_str()).filename())
     { }
 
