]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/WorkAreaManager.h
Check return value of regex_match instead of looking at first match
[lyx.git] / src / frontends / WorkAreaManager.h
index 7b7e715fd194e8dd44090a62449edb307fd146b3..e8952f2eae2276a4884f5a7f5db91b06ddc8eca1 100644 (file)
@@ -38,9 +38,8 @@ public:
        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.
+       /// Update window titles of all users and the external modifications
+       /// warning.
        void updateTitles();
 
 private: