]> git.lyx.org Git - features.git/blobdiff - src/insets/insetspecialchar.h
read ChangeLog, a lot of whitespace changes. experimental use of libtool
[features.git] / src / insets / insetspecialchar.h
index 354b5a24418bdb974a25244393d69a74b7ecc913..7eed007e61d363d09555fdacf2f39e6306de92ec 100644 (file)
@@ -37,12 +37,10 @@ public:
        };
 
        ///
-       InsetSpecialChar();
+       InsetSpecialChar() {}
        ///
        InsetSpecialChar(Kind k);
        ///
-       ~InsetSpecialChar();
-       ///
        int Ascent(LyXFont const & font) const;
        ///
        int Descent(LyXFont const & font) const;
@@ -63,7 +61,7 @@ public:
        ///
        int DocBook(string & file);
        ///
-       Inset * Clone();
+       InsetSpecialChar * Clone() const;
        ///  
        Inset::Code LyxCode() const
        {