From: Abdelrazak Younes Date: Sun, 22 Apr 2007 08:41:50 +0000 (+0000) Subject: fix std declaration. X-Git-Tag: 1.6.10~10171 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=058aecf539694ff0ef8325afc5de5c7d853ff3d1;p=features.git fix std declaration. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17901 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathSpace.C b/src/mathed/InsetMathSpace.C index 3d28c96649..6800380a83 100644 --- a/src/mathed/InsetMathSpace.C +++ b/src/mathed/InsetMathSpace.C @@ -19,13 +19,12 @@ #include "frontends/Painter.h" - -namespace lyx { - using std::string; using std::auto_ptr; +namespace lyx { + char const * latex_mathspace[] = { "!", "negmedspace", "negthickspace", // negative space ",", ":", ";", "quad", "qquad", // positive space