]> git.lyx.org Git - features.git/commitdiff
use std::swap
authorAndré Pönitz <poenitz@gmx.net>
Tue, 25 Sep 2001 06:47:47 +0000 (06:47 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Tue, 25 Sep 2001 06:47:47 +0000 (06:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2800 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_cursor.C

index 58aa713375580102c28805cbb2d0e91e5d07b3d1..b30a0f00d62c1311bf9b3b3f8cf81a7378e6e12f 100644 (file)
@@ -43,6 +43,7 @@
 using std::endl;
 using std::min;
 using std::max;
+using std::swap;
 using std::isalnum;