]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Liason.h
change arg, inherit privatelu from noncopyable
[lyx.git] / src / frontends / Liason.h
index 77aceddb2dcfc7c04754c0598b677e53c84153ca..6a067d8227bd3227a4ed5f2f5244b61c6ca6ffa7 100644 (file)
@@ -30,6 +30,8 @@
 #pragma interface
 #endif
 
+#include "LString.h"
+
 class PrinterParams;
 class Buffer;
 class LyXView;
@@ -44,10 +46,7 @@ class BufferParams;
     worked so nicely on a very small number of compilers and systems.
     See the "dialogbase" branch of lyx-devel cvs module for xtl implementation.
 */
-#ifdef CXX_WORKING_NAMESPACES
-namespace Liason
-{
-#endif
+namespace Liason {
        /**@name Global support functions */
        //@{
        /// get global printer parameters
@@ -55,11 +54,12 @@ namespace Liason
        /// print the current buffer
        bool printBuffer(Buffer *, PrinterParams const &);
        /// set the minibuffer
-       void setMinibuffer(LyXView *, char const  * msg);
+       void setMinibuffer(LyXView *, string const & msg);
        //@}
 
-#ifdef CXX_WORKING_NAMESPACES
-}
+} // namespace Liason
 #endif
 
-#endif
+
+
+