Fix a few warnings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@592 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2000-03-08 14:45:40 +00:00
parent b3e20a15e7
commit 23f2fead49
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2000-03-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* 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 <jug@sad.it>
* src/insets/lyxinset.h: added owner call which tells us if

View File

@ -38,7 +38,7 @@ public:
///
~InsetCollapsable() {}
///
Inset * InsetCollapsable::Clone();
Inset * Clone();
///
int ascent(Painter &, LyXFont const &) const;
///

View File

@ -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

View File

@ -86,7 +86,7 @@ public:
///
MARGIN_CODE,
///
SPECIALCHAR_CODE,
SPECIALCHAR_CODE
};
enum EDITABLE {