]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlatexaccent.h
Final touch 'inset display()'; fix 'is a bit silly' bug
[lyx.git] / src / insets / insetlatexaccent.h
index 7d3ac2b540e7cda8c72c4f7b920d350726e0de8a..fb86a5526e2ed9d8494c9fd00fd7d1bb06bc7b82 100644 (file)
@@ -13,7 +13,6 @@
 #define INSET_LATEX_ACCENT_H
 
 #include "inset.h"
-#include "support/std_string.h"
 
 class Dimension;
 
@@ -32,7 +31,7 @@ public:
        InsetLatexAccent();
        ///
        explicit
-       InsetLatexAccent(string const & string);
+       InsetLatexAccent(std::string const & str);
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///
@@ -117,7 +116,7 @@ private:
        /// Check if we know the modifier and can display it ok on screen.
        void checkContents();
        ///
-       string contents;
+       std::string contents;
        /// can display as proper char
        bool  candisp;
        /// modifier type