]> git.lyx.org Git - lyx.git/blobdiff - src/BranchList.h
fix two crashes related to dEPM. Some crashes remain
[lyx.git] / src / BranchList.h
index fc57d2478b16e506cd63fda85446f751431cef91..184e3f3cf8ca7389df12fb8fe65573cb5aa86f0b 100644 (file)
@@ -74,6 +74,8 @@ public:
        ///
        bool empty() { return list.empty(); }
        ///
+       void clear() { list.clear(); }
+       ///
        const_iterator begin() const { return list.begin(); }
        const_iterator end() const { return list.end(); }