]> git.lyx.org Git - lyx.git/blobdiff - src/FontList.h
fix bug #6584
[lyx.git] / src / FontList.h
index 59650b85cff5e80d18905c2745b11926d871aa6d..61ab2205f244d3d78f122ff7cf13d1d4e560dc6e 100644 (file)
@@ -84,6 +84,8 @@ public:
        ///
        bool empty() const { return list_.empty(); }
        ///
+       void clear() { list_.clear(); }
+       ///
        void erase(pos_type pos);
        ///
        iterator fontIterator(pos_type pos);