]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.cpp
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / InsetMath.cpp
index b7c7d5761962a822e790d9ab9ccc10fe90fa228f..a056f27bfee3f02072751a6c83d0cb5a54105f6d 100644 (file)
@@ -133,7 +133,7 @@ HullType InsetMath::getType() const
 }
 
 
-std::ostream & operator<<(std::ostream & os, MathAtom const & at)
+ostream & operator<<(ostream & os, MathAtom const & at)
 {
        odocstringstream oss;
        WriteStream wi(oss, false, false);