X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fchset.h;h=90d9affad48156848b3a92da9195fa17f87d0373;hb=ebfcf1c0e72288b7131607af0330500c8739cead;hp=9fcef19ab6889f2f3ee000e52e3dbeed50053b96;hpb=85798535a19919e82cc94a177a8414c542a9c5bf;p=lyx.git diff --git a/src/chset.h b/src/chset.h index 9fcef19ab6..90d9affad4 100644 --- a/src/chset.h +++ b/src/chset.h @@ -11,9 +11,6 @@ #include "LString.h" -using std::map; -using std::pair; - /// class CharacterSet { public: @@ -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_; };