summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-06-25 13:06:58 +0300
committerTor Lillqvist <tml@iki.fi>2012-06-25 13:06:58 +0300
commitee7404c81903896515d5248a0dc4543989f6023c (patch)
treeb2e30a213de21ca8bfd7437d6a94c3d0deeaf5ea /extensions
parent3220899cd80dd3e0f10e305d882da92eaeed8055 (diff)
WaE: 'Mapping' defined as a struct here but previously declared as a class
Change-Id: I79de31ca5eac837fe755ea0b52ac6fe5cfec8e15
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/bibconfig.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/bibconfig.hxx b/extensions/source/bibliography/bibconfig.hxx
index 02fe71e7f5ff..28d0de68b8fa 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;