]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlLog.h
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ControlLog.h
index 22f02707401935dec2c253523daee683fe393312..894671fd0427d1134821d4ac3a7e2412e17e329a 100644 (file)
@@ -36,7 +36,7 @@ public:
        std::pair<Buffer::LogType, string> const & logfile()
                { return logfile_; }
 
-protected:
+private:
        ///
        virtual void apply() {}
        /// set the params before show or update
@@ -44,7 +44,6 @@ protected:
        /// clean-up on hide.
        virtual void clearParams();
 
-private:
        std::pair<Buffer::LogType, string> logfile_;
 };