]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.h
Fix GRAPHICS_EDIT of InsetGraphics
[lyx.git] / src / insets / InsetSpecialChar.h
index 7172cf5424483b3ce7e80567dd8c37719d07f6cb..d2e18d7c352afe6d51de3edd5c8293a6e719fe02 100644 (file)
@@ -80,7 +80,7 @@ public:
        // should we break lines after this inset?
        bool isLineSeparator() const;
 private:
-       Inset * clone() const;
+       Inset * clone() const { return new InsetSpecialChar(*this); };
 
        /// And which kind is this?
        Kind kind_;