From 45a5dda367810a88667aa516e9ee7d0cc64162d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matox?= Date: Sat, 3 Nov 2001 11:43:23 +0000 Subject: [PATCH] Added "using" statement that I missed yesterday. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2961 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 9 --------- src/insets/ChangeLog | 13 +++++++++++++ src/insets/insetindex.C | 2 ++ 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4bb894608a..586d6cd26b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,12 +1,3 @@ -2001-11-02 Ben Guillon - - * insetindex.h (docbook): - * insetindex.C (docbook): added support for docbook export. - -2001-11-02 José Matos - - * insetcaption.C(docbook): added support for docbook export. - 2001-10-31 Jean-Marc Lasgouttes * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 59fd244c3f..1d62331bb2 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,16 @@ +2001-11-03 José Matos + + * insetindex.C: added using std::ostream that I forgot yesterday. + +2001-11-02 Ben Guillon + + * insetindex.h (docbook): + * insetindex.C (docbook): added support for docbook export. + +2001-11-02 José Matos + + * insetcaption.C(docbook): added support for docbook export. + 2001-11-02 Dekel Tsur * insetexternal.C (updateExternal): Do not run update command if diff --git a/src/insets/insetindex.C b/src/insets/insetindex.C index 73e24fc274..6e5bcff180 100644 --- a/src/insets/insetindex.C +++ b/src/insets/insetindex.C @@ -11,6 +11,8 @@ #include "LaTeXFeatures.h" #include "gettext.h" +using std::ostream; + InsetIndex::InsetIndex(InsetCommandParams const & p, bool) : InsetCommand(p) {} -- 2.39.2