[Libreoffice-commits] .: extensions/source
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Jun 25 03:08:28 PDT 2012
extensions/source/bibliography/bibconfig.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ee7404c81903896515d5248a0dc4543989f6023c
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon Jun 25 13:06:58 2012 +0300
WaE: 'Mapping' defined as a struct here but previously declared as a class
Change-Id: I79de31ca5eac837fe755ea0b52ac6fe5cfec8e15
diff --git a/extensions/source/bibliography/bibconfig.hxx b/extensions/source/bibliography/bibconfig.hxx
index 02fe71e..28d0de6 100644
--- a/extensions/source/bibliography/bibconfig.hxx
+++ b/extensions/source/bibliography/bibconfig.hxx
@@ -32,7 +32,7 @@
#include <unotools/configitem.hxx>
#include <boost/ptr_container/ptr_vector.hpp>
-class Mapping;
+struct Mapping;
typedef boost::ptr_vector<Mapping> MappingArray;
More information about the Libreoffice-commits
mailing list