]> git.lyx.org Git - lyx.git/blobdiff - src/BranchList.h
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / src / BranchList.h
index 1438f8275a5203be8ed89d3f7b5fb96eb7442f4e..e3e18e1c71f49ba2ae9f305a43633052545318cd 100644 (file)
@@ -93,6 +93,9 @@ public:
        ///
        BranchList() : separator_(from_ascii("|")) {}
 
+       ///
+       docstring separator() const { return separator_; }
+
        ///
        bool empty() const { return list.empty(); }
        ///