]> 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 4b49eec77fb15f19cda53ea141f820edd9542aa9..fb86a5526e2ed9d8494c9fd00fd7d1bb06bc7b82 100644 (file)
@@ -13,8 +13,9 @@
 #define INSET_LATEX_ACCENT_H
 
 #include "inset.h"
-#include "support/std_string.h"
-#include "dimension.h"
+
+class Dimension;
+
 
 /** Insertion of accents
 
@@ -30,7 +31,7 @@ public:
        InsetLatexAccent();
        ///
        explicit
-       InsetLatexAccent(string const & string);
+       InsetLatexAccent(std::string const & str);
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///
@@ -115,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