X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FControlLog.h;h=7c76010951bdce89da432ffac19470f3b6b589a5;hb=534095ce9e82d0b0f875540f7306ff218df3b5aa;hp=4ee3a03c9bdbe42e7aadae482f8632851d202932;hpb=2a31934f38d624bef25c0b177852233eee9768f0;p=lyx.git diff --git a/src/frontends/controllers/ControlLog.h b/src/frontends/controllers/ControlLog.h index 4ee3a03c9b..7c76010951 100644 --- a/src/frontends/controllers/ControlLog.h +++ b/src/frontends/controllers/ControlLog.h @@ -15,6 +15,8 @@ #include "Dialog.h" +#include "support/filename.h" + namespace lyx { namespace frontend { @@ -37,7 +39,7 @@ public: virtual bool isBufferDependent() const { return true; } /// The title displayed by the dialog reflects the \c LOGTYPE - std::string const title() const; + lyx::docstring const title() const; /// put the log file into the ostream void getContents(std::ostream & ss) const; @@ -51,7 +53,7 @@ private: }; LOGTYPE type_; - std::string logfile_; + support::FileName logfile_; }; } // namespace frontend