]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macroarg.C
update libtool
[lyx.git] / src / mathed / math_macroarg.C
index 7a512f7563f1a9ac8a10a1200f5e5505301f94f6..12e04d2895c438aa6822bdea0fe419df9994e831 100644 (file)
@@ -10,8 +10,8 @@
 #include "Lsstream.h"
 #include "debug.h"
 
+using std::endl;
 
-using namespace std;
 
 MathMacroArgument::MathMacroArgument(int n)
        : MathedInset(string(), LM_OT_MACRO_ARG, LM_ST_TEXT),
@@ -24,17 +24,20 @@ MathMacroArgument::MathMacroArgument(int n)
        }
 }
 
+
 MathedInset * MathMacroArgument::Clone()
 {
        //return new MathMacroArgument(*this);
        return this;
 }
 
+
 int MathMacroArgument::number() const
 {
        return number_;
 }
 
+
 void MathMacroArgument::substitute(MathMacro * /*m*/)
 {
        lyxerr << "Calling MathMacroArgument::substitute!\n";