From de48d2389315c24df6b4a32bac84a0dd30555297 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 24 Jun 2002 17:26:15 +0000 Subject: [PATCH] compiler warning/tiny whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4468 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/ChangeLog | 7 +++++++ src/insets/insetfloatlist.h | 2 +- src/insets/insetref.C | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 9ea3845a9d..72e3de1b05 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,10 @@ + +2002-05-28 André Pönitz + + * insetfloatlist.h: remove source of compiler warning + + * insetref.C: tiny whitespace + 2002-06-15 Herbert Voss * insetgraphics.C: (prepareFile) fix bug with zipped eps-files diff --git a/src/insets/insetfloatlist.h b/src/insets/insetfloatlist.h index fe10608006..af8ed7bfa3 100644 --- a/src/insets/insetfloatlist.h +++ b/src/insets/insetfloatlist.h @@ -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; /// diff --git a/src/insets/insetref.C b/src/insets/insetref.C index 826de68400..aac91335cb 100644 --- a/src/insets/insetref.C +++ b/src/insets/insetref.C @@ -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: ")}, -- 2.39.5