X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fchset.h;h=6b92092838641f40057cd6a311c9169184bfd72f;hb=d2574b7d8e2716d3d3aea92df6576bd01c421a6c;hp=468ce2399540d2aee9d8b1f731370ff81dee9132;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/chset.h b/src/chset.h index 468ce23995..6b92092838 100644 --- a/src/chset.h +++ b/src/chset.h @@ -18,6 +18,8 @@ #include +namespace lyx { + /// a class for mapping char strings such as "\^{A}" to the integer value class CharacterSet { public: @@ -47,4 +49,7 @@ private: /// mapping from string representation to encoded value Cdef map_; }; + +} // namespace lyx + #endif