X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FControlLog.h;h=e8c50d1d381b708a4c68f205f50e1e49fe9ee0fb;hb=120c89f24fae05379fbdc8539d3cfae574c2aecd;hp=464c992da053ab66a49de08beb4078442d669eba;hpb=1eb8155fa0d2253d9504a8d660cb3d666c1224f6;p=lyx.git diff --git a/src/frontends/controllers/ControlLog.h b/src/frontends/controllers/ControlLog.h index 464c992da0..e8c50d1d38 100644 --- a/src/frontends/controllers/ControlLog.h +++ b/src/frontends/controllers/ControlLog.h @@ -15,9 +15,6 @@ #include -#ifdef __GNUG__ -#pragma interface -#endif #include "ControlDialog_impl.h" #include "buffer.h" // Buffer::LogType @@ -30,9 +27,9 @@ public: /// ControlLog(LyXView &, Dialogs &); /// - std::pair const & logfile() - { return logfile_; } - + std::pair const & logfile() { + return logfile_; + } private: /// virtual void apply() {}