]> git.lyx.org Git - features.git/commitdiff
Fix a few warnings
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 8 Mar 2000 14:45:40 +0000 (14:45 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 8 Mar 2000 14:45:40 +0000 (14:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@592 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
src/insets/insetcollapsable.h
src/insets/insetfoot.h
src/insets/lyxinset.h

index 432daf84986366efd237a6b5a9e64e78b6c4ac8b..f0860c9c313a35f2cab4204ee7694c78ab44b470 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 6408e11dd8d743fcbee21623a5b5027df24dfb4c..1dedc0f65298c27acc12dd5c3746fed47f7c967a 100644 (file)
@@ -38,7 +38,7 @@ public:
     ///
     ~InsetCollapsable() {}
     ///
-    Inset * InsetCollapsable::Clone();
+    Inset * Clone();
     ///
     int ascent(Painter &, LyXFont const &) const;
     ///
index 03e0f014892ef51606a709665fab672df1d7a748..2fd833a8186559539f29923e9cd5c465389029b3 100644 (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
index f018fdc84d206de1c216bf2508b654c476b8cc5b..2938f87601361a56335b9b735b67ae5cb84dd5ac 100644 (file)
@@ -86,7 +86,7 @@ public:
                ///
                MARGIN_CODE,
                ///
-               SPECIALCHAR_CODE,
+               SPECIALCHAR_CODE
        };
 
        enum EDITABLE {