X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ferror.h;h=c82c6becb6350663248a5894193596d0ad8105b9;hb=70b3420586f7cd64967038a3f799759e2180a641;hp=96a3f8026686f27b08b9a72d5864d302bfb89b0b;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/error.h b/src/error.h index 96a3f80266..c82c6becb6 100644 --- a/src/error.h +++ b/src/error.h @@ -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: ///