X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fchset.h;h=73d49c84494ad3eb602805afdac6e0612d4b11ca;hb=a69e7a45780e94f4330a91facfe35126c678e34e;hp=b6256c26a34c0a3f39f1863f0f11d63f06b6b50b;hpb=7c6267e4b10364cc892776e0a426eb32ade6b0b4;p=lyx.git diff --git a/src/chset.h b/src/chset.h index b6256c26a3..73d49c8449 100644 --- a/src/chset.h +++ b/src/chset.h @@ -7,9 +7,9 @@ #endif #include -#include "LString.h" +#include -using std::map; +#include "LString.h" /// class CharacterSet { @@ -19,12 +19,12 @@ public: /// string const & getName() const; /// - pair encodeString(string &) const; + std::pair encodeString(string const &) const; private: /// string name_; /// - typedef map Cdef; + typedef std::map Cdef; /// Cdef map_; };