]> git.lyx.org Git - lyx.git/blobdiff - src/BranchList.h
Partial fix bug 2092: branches not propagated to child documents
[lyx.git] / src / BranchList.h
index 184e3f3cf8ca7389df12fb8fe65573cb5aa86f0b..610e97fd48009296c2cb3789ca4cad883286ab79 100644 (file)
@@ -72,7 +72,7 @@ public:
        BranchList() : separator_("|") {}
 
        ///
-       bool empty() { return list.empty(); }
+       bool empty() const { return list.empty(); }
        ///
        void clear() { list.clear(); }
        ///