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 {