X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FWordList.h;h=d02b0b7b880eeb3d78f49fa2c1d964a015615c8f;hb=03ec50ac4d06ef2b000d87a175d7a149c9abb2bf;hp=b802cf098f0d57ca61d8f542a2ff5293d6a6d8cd;hpb=9f21b7f9adee7f803f04ea168b6d461f4baa37b2;p=lyx.git diff --git a/src/WordList.h b/src/WordList.h index b802cf098f..d02b0b7b88 100644 --- a/src/WordList.h +++ b/src/WordList.h @@ -29,12 +29,16 @@ public: size_t size() const; /// void insert(docstring const & w); - + /// + void remove(docstring const & w); + private: - class Impl; + struct Impl; Impl * d; }; +WordList & theWordList(); + } // namespace lyx #endif // WORDLIST_H