X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FTDictionary.hh;h=43c2e51af3f5511d79f45e814918fd1045e2ad37;hb=d6cb4446b6c5653dcdfb555959e388ef1c4c6411;hp=f3ad19dc144bc481ef51271d30c1808752edd76f;hpb=c112706f347e08e7f345131fbc4c3aa0e9ecc7b5;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/TDictionary.hh b/helm/DEVEL/mathml_editor/src/TDictionary.hh index f3ad19dc1..43c2e51af 100644 --- a/helm/DEVEL/mathml_editor/src/TDictionary.hh +++ b/helm/DEVEL/mathml_editor/src/TDictionary.hh @@ -31,6 +31,7 @@ #include #include #include +#include #include "dom.hh" #include "TToken.hh" @@ -87,6 +88,7 @@ public: void load(const std::string&, const std::string&); void load(const DOM::Document&, const std::string& = ""); const Entry& find(const std::string&) const; + std::string complete(const std::string, std::list&) const; private: struct StringHash : public std::unary_function< std::string, size_t >