]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.h
Remove dead code + whitespace
[lyx.git] / src / insets / InsetSpecialChar.h
index c66dbc3e19a41537e088d78e06a1700451faa709..423afda505ae6495b9ef02086a74e2a61560d65f 100644 (file)
@@ -85,7 +85,7 @@ public:
        /// should we break lines after this inset?
        bool isLineSeparator() const;
 private:
-       Inset * clone() const { return new InsetSpecialChar(*this); };
+       Inset * clone() const { return new InsetSpecialChar(*this); }
 
        /// And which kind is this?
        Kind kind_;