]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlLog.h
more unicode filenames
[lyx.git] / src / frontends / controllers / ControlLog.h
index 0b02932c54c6166844b5e2346414fe3ad4720ad8..7c76010951bdce89da432ffac19470f3b6b589a5 100644 (file)
@@ -15,6 +15,8 @@
 
 #include "Dialog.h"
 
+#include "support/filename.h"
+
 namespace lyx {
 namespace frontend {
 
@@ -51,7 +53,7 @@ private:
        };
 
        LOGTYPE type_;
-       std::string logfile_;
+       support::FileName logfile_;
 };
 
 } // namespace frontend