]> git.lyx.org Git - lyx.git/commitdiff
compiler warning/tiny whitespace
authorAndré Pönitz <poenitz@gmx.net>
Mon, 24 Jun 2002 17:26:15 +0000 (17:26 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 24 Jun 2002 17:26:15 +0000 (17:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4468 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/insetfloatlist.h
src/insets/insetref.C

index 9ea3845a9d0d6c426f7a4960cd8029d22d8024ad..72e3de1b05e0bedb5453002fdcc52108192ad9ff 100644 (file)
@@ -1,3 +1,10 @@
+
+2002-05-28  André Pönitz <poenitz@gmx.net>
+
+       * insetfloatlist.h: remove source of compiler warning
+
+       * insetref.C: tiny whitespace
+
 2002-06-15  Herbert Voss  <voss@perce.de>
  
        * insetgraphics.C: (prepareFile) fix bug with zipped eps-files
index fe10608006506976c5950e602b26f75ce52fa0d9..af8ed7bfa3ae263d96dd363b761372e6132a6343 100644 (file)
@@ -51,7 +51,7 @@ public:
        ///
        int linuxdoc(Buffer const *, std::ostream &) const { return 0; }
        ///
-       int docbook(Buffer const *, std::ostream &, bool mixcont) const { return 0; }
+       int docbook(Buffer const *, std::ostream &, bool) const { return 0; }
        ///
        int ascii(Buffer const *, std::ostream &, int linelen) const;
        ///
index 826de684007fb6188dc8d5db6a4d9c699792da31..aac91335cbcf7d935161d4d954a65006b26d841f 100644 (file)
@@ -106,6 +106,7 @@ void InsetRef::validate(LaTeXFeatures & features) const
                features.require("prettyref");
 }
 
+
 InsetRef::type_info InsetRef::types[] = {
        { "ref",        N_("Standard"),                 N_("Ref: ")},
        { "pageref",    N_("Page Number"),              N_("Page: ")},