X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fxarray.C;h=d36c8d5abe81f9c9920ca47369b696971edc2b8b;hb=9f42114d4d865aac377bee09389e4c88fe701cc3;hp=3dc1d54f6bf68d79af6dce4c1b81d45025ca1d3e;hpb=d1182f17daa1a164d9527ccbe6500840d7ac6bc8;p=lyx.git diff --git a/src/mathed/xarray.C b/src/mathed/xarray.C index 3dc1d54f6b..d36c8d5abe 100644 --- a/src/mathed/xarray.C +++ b/src/mathed/xarray.C @@ -11,8 +11,8 @@ #include "math_defs.h" #include "Painter.h" -using namespace std; - +using std::max; +using std::min; MathXArray::MathXArray() : width_(0), ascent_(0), descent_(0), xo_(0), yo_(0), style_(LM_ST_TEXT)