]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Move isMultiCell() to Cursor, and use it.
[lyx.git] / src / insets / Inset.h
index 4237cfd5eb8abb677f5f762650e24c78e334af29..e50caf7f7b14464f4cd43b6dc6b1bd2de9c9190c 100644 (file)
@@ -53,8 +53,6 @@ class ParConstIterator;
 class ParIterator;
 class Text;
 class TocList;
-class FileNameList;
-
 
 namespace graphics { class PreviewLoader; }
 
@@ -492,8 +490,9 @@ public:
        enum { TEXT_TO_INSET_OFFSET = 4 };
 
 protected:
-       /// Constructor
-       explicit Inset() : buffer_(0) {}
+       /// Constructors
+       Inset() : buffer_(0) {}
+       Inset(Inset const &) : buffer_(0) {}
 
        /// replicate ourselves
        friend class InsetList;