]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_decorationinset.h
remove symbol_def.h
[lyx.git] / src / mathed / math_decorationinset.h
index 54024c14d8a20f7ba488804da587cdb1d5c248a2..58f74cca21a1e6721c02466496778ebfac5f4fcd 100644 (file)
@@ -3,6 +3,7 @@
 #define MATH_DECORATIONINSET_H
 
 #include "math_nestinset.h"
+#include "LString.h"
 
 #ifdef __GNUG__
 #pragma interface
     \author Alejandro Aguilar Sierra
  */
 
-struct latexkeys;
-
 class MathDecorationInset : public MathNestInset {
 public:
        ///
-       explicit MathDecorationInset(latexkeys const *);
+       explicit MathDecorationInset(string const & name);
        ///
        MathInset * clone() const;
        ///
@@ -36,7 +35,7 @@ private:
        bool protect() const;
 
        ///
-       latexkeys const * key_;
+       string const name_;
        /// height cache of deco
        mutable int dh_;
        /// vertical offset cache of deco