From 058aecf539694ff0ef8325afc5de5c7d853ff3d1 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sun, 22 Apr 2007 08:41:50 +0000 Subject: [PATCH] fix std declaration. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17901 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathSpace.C | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.2