]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Try to deal with one of the big problems here, namely, that we
[lyx.git] / src / Buffer.cpp
index f8d894f62c5a2a90e47dba351963d64f85b2df4a..11c9231bb651b4be4cc1a87c67feae6cbd6f7920 100644 (file)
@@ -524,7 +524,7 @@ string Buffer::logName(LogType * type) const
 }
 
 
-void Buffer::setReadonly(bool const flag) const
+void Buffer::setReadonly(bool const flag)
 {
        if (d->read_only != flag) {
                d->read_only = flag;