X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fchset.h;h=90d9affad48156848b3a92da9195fa17f87d0373;hb=f448e22d483e1370bcbfbb7be8cb47ad7251ed77;hp=adce167ab17c80b576e6a531bc69d6211d2d46ef;hpb=9ce32d63e5ff1dbf4c04e3d8263b2649ef3ac595;p=lyx.git diff --git a/src/chset.h b/src/chset.h index adce167ab1..90d9affad4 100644 --- a/src/chset.h +++ b/src/chset.h @@ -9,9 +9,6 @@ #include #include -using std::map; -using std::pair; - #include "LString.h" /// @@ -22,12 +19,12 @@ public: /// string const & getName() const; /// - pair encodeString(string &) const; + std::pair const encodeString(string const &) const; private: /// string name_; /// - typedef map Cdef; + typedef std::map Cdef; /// Cdef map_; };