]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetquotes.h
index 5bf9721216c7cb7546c1c000ca52051907588ecd..2b8c41452074ab6715796da7a3577093b661dc0c 100644 (file)
@@ -24,7 +24,7 @@ struct LaTeXFeatures;
 /** Quotes.
   Used for the various quotes. German, English, French, all either
   double or single **/
-class InsetQuotes : public Inset {
+class InsetQuotes : public InsetOld {
 public:
        ///
        enum quote_language {
@@ -93,7 +93,7 @@ public:
        ///
        void validate(LaTeXFeatures &) const;
        ///
-       Inset::Code lyxCode() const;
+       InsetOld::Code lyxCode() const;
        // should this inset be handled like a normal charater
        bool isChar() const { return true; }