]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlLog.h
port the graphics dialog to the new scheme and get rid of the ControlInset
[lyx.git] / src / frontends / controllers / ControlLog.h
index 464c992da053ab66a49de08beb4078442d669eba..e8c50d1d381b708a4c68f205f50e1e49fe9ee0fb 100644 (file)
@@ -15,9 +15,6 @@
 
 #include <utility>
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "ControlDialog_impl.h"
 #include "buffer.h" // Buffer::LogType
@@ -30,9 +27,9 @@ public:
        ///
        ControlLog(LyXView &, Dialogs &);
        ///
-       std::pair<Buffer::LogType, string> const & logfile()
-               { return logfile_; }
-
+       std::pair<Buffer::LogType, string> const & logfile() {
+               return logfile_;
+       }
 private:
        ///
        virtual void apply() {}