]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetoptarg.h
ws changes only
[lyx.git] / src / insets / insetoptarg.h
index 6abba7f9342ae211363153e2bfdc41cd1cc94a3a..65a482e50f7b7b892dbaf0d4ceb570eb07479bc9 100644 (file)
@@ -13,7 +13,6 @@
 #define INSETOPTARG_H
 
 
-#include "insettext.h"
 #include "insetcollapsable.h"
 
 
@@ -33,7 +32,7 @@ public:
        /// code of the inset
        InsetOld::Code lyxCode() const { return InsetOld::OPTARG_CODE; }
        /// return an message upon editing
-       string const editMessage() const;
+       std::string const editMessage() const;
 
        /// Standard LaTeX output -- short-circuited
        int latex(Buffer const &, std::ostream &,