]> git.lyx.org Git - lyx.git/blobdiff - src/WordList.h
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / src / WordList.h
index 7bef7f34aa3b72b47562e3b8097b8ed91a2b59af..b7f88fb78f305767c278ec1fe19e1493b87de80b 100644 (file)
@@ -33,7 +33,9 @@ public:
        void insert(docstring const & w);
        ///
        void remove(docstring const & w);
-       
+       ///
+       static void cleanupWordLists();
+
 private:
        struct Impl;
        Impl * d;