]> git.lyx.org Git - lyx.git/blobdiff - src/CursorSlice.cpp
Remove todo
[lyx.git] / src / CursorSlice.cpp
index 3f52df8b3faabf2c3a21490fd03874d5900401b2..f4319dcf01532da242081211ae6a7a0ad2187f10 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <ostream>
 
+using namespace std;
 
 namespace lyx {
 
@@ -205,7 +206,7 @@ bool operator<=(CursorSlice const & p, CursorSlice const & q)
 }
 
 
-std::ostream & operator<<(std::ostream & os, CursorSlice const & item)
+ostream & operator<<(ostream & os, CursorSlice const & item)
 {
        return os
           << "inset: " << (void *)&item.inset()