]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLine.h
Fix GRAPHICS_EDIT of InsetGraphics
[lyx.git] / src / insets / InsetLine.h
index 5262a546708bf67fcab889fc8d22799921df006e..c8af93291b8f839e550f28a71ea0ea7157d87ae5 100644 (file)
@@ -45,7 +45,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
 private:
-       Inset * clone() const { return new InsetLine; }
+       Inset * clone() const { return new InsetLine(*this); }
 };