X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmetricsinfo.C;h=ccd72404c3b6714659992d7522244fc26a8040d5;hb=6c300f72a217722652dc27db9108e1050028979c;hp=bf4ed3dd8a6e718b2a1feaece78729d0226d03be;hpb=e89625ef28143545a511cdabc67dee8b7be1b216;p=lyx.git diff --git a/src/metricsinfo.C b/src/metricsinfo.C index bf4ed3dd8a..ccd72404c3 100644 --- a/src/metricsinfo.C +++ b/src/metricsinfo.C @@ -20,8 +20,8 @@ #include -using lyx::char_type; -using lyx::docstring; + +namespace lyx { using std::string; @@ -202,3 +202,6 @@ ColorChanger::~ColorChanger() { orig_.setColor(lcolor.getFromLyXName(save_)); } + + +} // namespace lyx