]> git.lyx.org Git - features.git/blobdiff - src/buffer.C
Small changes; ChangeLog is your friend
[features.git] / src / buffer.C
index b5e5d99dc267bcedd26fc903a3bfd7f967a3f30c..f36aa069e7945b6e222e6a48f86cda9988a7a4a4 100644 (file)
@@ -167,14 +167,14 @@ Buffer::~Buffer()
 }
 
 
-string Buffer::getLatexName(bool no_path = true) const
+string Buffer::getLatexName(bool no_path /* = true */) const
 {
        return ChangeExtension(MakeLatexName(filename), 
                               ".tex", no_path); 
 }
 
 
-void Buffer::setReadonly(bool flag = true)
+void Buffer::setReadonly(bool flag /* = true */)
 {
        if (read_only != flag) {
                read_only = flag;