]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetOptArg.cpp
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetOptArg.cpp
index a51b77ee0fd111fa8dfdc709bd938215d3903bd6..c5da19b62d72443340f3f3d6db95c09625573098 100644 (file)
 #include "InsetOptArg.h"
 
 #include "support/debug.h"
-#include "support/gettext.h"
-
 #include "support/docstream.h"
+#include "support/gettext.h"
 
+using namespace std;
 
 namespace lyx {
 
@@ -43,7 +43,7 @@ docstring const InsetOptArg::editMessage() const
 }
 
 
-void InsetOptArg::write(Buffer const & buf, std::ostream & os) const
+void InsetOptArg::write(Buffer const & buf, ostream & os) const
 {
        os << "OptArg" << "\n";
        InsetCollapsable::write(buf, os);