]> 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 0adab81fbb775f075c5de850a2b597cf6af0477a..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
@@ -71,9 +71,9 @@ public:
        ///
        int docbook(Buffer const *, std::ostream &, bool mixcont) const;
        ///
-       virtual InsetBase * clone() const;
+       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; }