From: André Pönitz Date: Tue, 25 Sep 2001 06:47:47 +0000 (+0000) Subject: use std::swap X-Git-Tag: 1.6.10~20556 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=558ce4437fe4517521aee0adc8a13ed96c8d6553;p=features.git use std::swap git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2800 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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;