]> git.lyx.org Git - lyx.git/blobdiff - src/error.h
Add support for compilers which do not have cname headers
[lyx.git] / src / error.h
index 96a3f8026686f27b08b9a72d5864d302bfb89b0b..c82c6becb6350663248a5894193596d0ad8105b9 100644 (file)
@@ -55,16 +55,16 @@ public:
        /// Not implemented yet.
        void setLogLevel(int level);
        /// Not implemented yet.
-       void setLogFile(LString const & filename);
+       void setLogFile(string const & filename);
        ///
-       void debug(LString const & msg, int level = INFO); // or ANY?
+       void debug(string const & msg, int level = INFO); // or ANY?
        ///
        bool debugging(int level = INFO) // or ANY?
        {
                return (bool)(debuglevel & level);
        }
        ///
-       void print(LString const & msg);
+       void print(string const & msg);
 protected:
 private:
        ///