From 722d679779a28fb8cef1b98138d7524631fb9429 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 14 Jan 2000 18:41:30 +0000 Subject: [PATCH] Add two using directives git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@422 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 4 ++++ src/text.C | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5dcd323264..a7bc67466d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-01-14 Jean-Marc Lasgouttes + + * src/text.C: add using directives for std::min and std::max. + 2000-01-13 Jean-Marc Lasgouttes * src/texrow.C (getIdFromRow): actually return something useful in diff --git a/src/text.C b/src/text.C index 458930192c..4aa3d1e65b 100644 --- a/src/text.C +++ b/src/text.C @@ -30,6 +30,9 @@ #include "debug.h" #include "LyXView.h" +using std::max; +using std::min; + static const int LYX_PAPER_MARGIN = 20; extern int mono_video; -- 2.39.2