]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspace.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetspace.h
index cf80ba8c97df4751c642ce9d26c127d27c4204dd..10432656772cae518c2d89c3c60bac44968ceafa 100644 (file)
@@ -22,7 +22,7 @@
 struct LaTeXFeatures;
 
 ///  Used to insert different kinds of spaces
-class InsetSpace : public Inset {
+class InsetSpace : public InsetOld {
 public:
 
        /// The different kinds of spaces we support
@@ -73,7 +73,7 @@ public:
        ///
        virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       Inset::Code lyxCode() const { return Inset::SPACE_CODE; }
+       InsetOld::Code lyxCode() const { return InsetOld::SPACE_CODE; }
        /// We don't need \begin_inset and \end_inset
        bool directWrite() const { return true; }