]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.cpp
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / insets / InsetFootlike.cpp
index c0647b0824f99b6bafcbabc9ef4c1f0f9d137df1..9d0b69040394c299aa2c37399d9284f2a40138ed 100644 (file)
@@ -19,6 +19,8 @@
 
 #include <iostream>
 
+using namespace std;
+
 namespace lyx {
 
 
@@ -50,7 +52,7 @@ void InsetFootlike::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetFootlike::write(Buffer const & buf, std::ostream & os) const
+void InsetFootlike::write(Buffer const & buf, ostream & os) const
 {
        os << to_utf8(name()) << "\n";
        InsetCollapsable::write(buf, os);