X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FWordList.h;h=b7f88fb78f305767c278ec1fe19e1493b87de80b;hb=3d4076b598deb18660e50ec9c327efc3b15f15d0;hp=7bef7f34aa3b72b47562e3b8097b8ed91a2b59af;hpb=3efb1572a24043c07a8e54689bd58c5fa7db97e1;p=lyx.git diff --git a/src/WordList.h b/src/WordList.h index 7bef7f34aa..b7f88fb78f 100644 --- a/src/WordList.h +++ b/src/WordList.h @@ -33,7 +33,9 @@ public: void insert(docstring const & w); /// void remove(docstring const & w); - + /// + static void cleanupWordLists(); + private: struct Impl; Impl * d;