]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/WorkAreaManager.h
Add missing initialization
[lyx.git] / src / frontends / WorkAreaManager.h
index 7d389c67034b82e5993887a9e139a06d9bf117ba..dfef00e6f69168cb2b679f1eff37b6845bbac2b8 100644 (file)
@@ -35,11 +35,9 @@ public:
        ///
        void remove(WorkArea * wa);
        ///
-       void redrawAll();
+       void redrawAll(bool update_metrics);
        ///
        void closeAll();
-       /// This function is called when the buffer readonly status change.
-       void setReadOnly(bool);
        /// Update window titles of all users.
        void updateTitles();