]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.cpp
typo
[lyx.git] / src / BufferParams.cpp
index 2b4e937da3861ab81d32c9492693e0f895a8d194..3870c1f55260abfa79b51cc91628f36fdcb3a4e7 100644 (file)
@@ -761,9 +761,9 @@ void BufferParams::writeFile(ostream & os) const
        BranchList::const_iterator it = branchlist().begin();
        BranchList::const_iterator end = branchlist().end();
        for (; it != end; ++it) {
-               os << "\\branch " << to_utf8(it->getBranch())
-                  << "\n\\selected " << it->getSelected()
-                  << "\n\\color " << lyx::X11hexname(it->getColor())
+               os << "\\branch " << to_utf8(it->branch())
+                  << "\n\\selected " << it->isSelected()
+                  << "\n\\color " << lyx::X11hexname(it->color())
                   << "\n\\end_branch"
                   << "\n";
        }