From ee7404c81903896515d5248a0dc4543989f6023c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 25 Jun 2012 13:06:58 +0300 Subject: WaE: 'Mapping' defined as a struct here but previously declared as a class Change-Id: I79de31ca5eac837fe755ea0b52ac6fe5cfec8e15 --- extensions/source/bibliography/bibconfig.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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 #include -class Mapping; +struct Mapping; typedef boost::ptr_vector MappingArray; -- cgit