X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FWordList.h;h=d02b0b7b880eeb3d78f49fa2c1d964a015615c8f;hb=fa2f219d928f7b07ee98cb499f78f7581b62dabc;hp=263c4d40da60b99e7cf9f2d0ed1b1b5778b06617;hpb=f8d516c7afcb84b73930fb9de5738fafa8a921c9;p=lyx.git diff --git a/src/WordList.h b/src/WordList.h index 263c4d40da..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: struct Impl; Impl * d; }; +WordList & theWordList(); + } // namespace lyx #endif // WORDLIST_H