]> git.lyx.org Git - features.git/blobdiff - src/insets/insetvspace.C
change "support/std_sstream.h" to <sstream>
[features.git] / src / insets / insetvspace.C
index 1938eee454606ffd45761d306a23083be0400e8d..5946dd70e26f6cf58b4dfe07fe9ba0091fba01c9 100644 (file)
@@ -27,7 +27,7 @@
 #include "frontends/font_metrics.h"
 #include "frontends/Painter.h"
 
-#include "support/std_sstream.h"
+#include <sstream>
 
 using std::istringstream;
 using std::ostream;
@@ -60,7 +60,7 @@ std::auto_ptr<InsetBase> InsetVSpace::clone() const
 }
 
 
-void InsetVSpace::priv_dispatch(LCursor & cur, FuncRequest const & cmd)
+void InsetVSpace::priv_dispatch(LCursor & cur, FuncRequest & cmd)
 {
        switch (cmd.action) {