mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
b3e20a15e7
commit
23f2fead49
@ -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
|
||||
|
@ -38,7 +38,7 @@ public:
|
||||
///
|
||||
~InsetCollapsable() {}
|
||||
///
|
||||
Inset * InsetCollapsable::Clone();
|
||||
Inset * Clone();
|
||||
///
|
||||
int ascent(Painter &, LyXFont const &) const;
|
||||
///
|
||||
|
@ -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
|
||||
|
@ -86,7 +86,7 @@ public:
|
||||
///
|
||||
MARGIN_CODE,
|
||||
///
|
||||
SPECIALCHAR_CODE,
|
||||
SPECIALCHAR_CODE
|
||||
};
|
||||
|
||||
enum EDITABLE {
|
||||
|
Loading…
Reference in New Issue
Block a user