From 558ce4437fe4517521aee0adc8a13ed96c8d6553 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 25 Sep 2001 06:47:47 +0000 Subject: [PATCH] use std::swap git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2800 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_cursor.C | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index 58aa713375..b30a0f00d6 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -43,6 +43,7 @@ using std::endl; using std::min; using std::max; +using std::swap; using std::isalnum; -- 2.39.2