]> git.lyx.org Git - lyx.git/commitdiff
fix std::endl declaration.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 23 Apr 2007 13:12:23 +0000 (13:12 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 23 Apr 2007 13:12:23 +0000 (13:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17917 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMath.C

index b1b46f2d47a7692b1baa949628d8d248b22b19fd..0bd44048c1c3a94d91411c9e76a04ab1e342b0a9 100644 (file)
 
 #include <boost/current_function.hpp>
 
+using std::endl;
 
 namespace lyx {
 
-using std::endl;
 
 
 MathArray & InsetMath::cell(idx_type)