]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
* gcc does not like missing characters in keywords
[lyx.git] / src / Buffer.h
index 29fb1876678fde350b59c49e404eff87f623d472..de5421ffc99fd5bc6bd626eef3661210010ea7a8 100644 (file)
@@ -399,7 +399,7 @@ public:
        /// This function is called when the buffer busy status change.
        void setBusy(bool on) const;
        /// This function is called when the buffer readonly status change.
-       void readonly(bool on) const;
+       void setReadOnly(bool on) const;
        /// Update window titles of all users.
        void updateTitles() const;
        /// Reset autosave timers for all users.