From: Jean-Marc Lasgouttes Date: Wed, 8 Mar 2000 14:45:40 +0000 (+0000) Subject: Fix a few warnings X-Git-Tag: 1.6.10~22350 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=23f2fead49b48ccf8c961d441bbd48d841c7ab6e;p=features.git Fix a few warnings git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@592 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index 432daf8498..f0860c9c31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-03-08 Jean-Marc Lasgouttes + + * src/insets/insetcollapsable.h: fix Clone() declaration. + * src/insets/insetfoot.h: ditto. + + * src/insets/lyxinset.h: remove an extra comma at the end of enum. + 2000-03-08 Juergen Vigna * src/insets/lyxinset.h: added owner call which tells us if diff --git a/src/insets/insetcollapsable.h b/src/insets/insetcollapsable.h index 6408e11dd8..1dedc0f652 100644 --- a/src/insets/insetcollapsable.h +++ b/src/insets/insetcollapsable.h @@ -38,7 +38,7 @@ public: /// ~InsetCollapsable() {} /// - Inset * InsetCollapsable::Clone(); + Inset * Clone(); /// int ascent(Painter &, LyXFont const &) const; /// diff --git a/src/insets/insetfoot.h b/src/insets/insetfoot.h index 03e0f01489..2fd833a818 100644 --- a/src/insets/insetfoot.h +++ b/src/insets/insetfoot.h @@ -33,7 +33,7 @@ public: /// ~InsetFoot() {} /// - InsetFoot * InsetFoot::Clone() const; + InsetFoot * Clone() const; /// Inset::Code LyxCode() const { return Inset::FOOT_CODE; } #ifndef USE_OSTREAM_ONLY diff --git a/src/insets/lyxinset.h b/src/insets/lyxinset.h index f018fdc84d..2938f87601 100644 --- a/src/insets/lyxinset.h +++ b/src/insets/lyxinset.h @@ -86,7 +86,7 @@ public: /// MARGIN_CODE, /// - SPECIALCHAR_CODE, + SPECIALCHAR_CODE }; enum EDITABLE {