summaryrefslogtreecommitdiff
path: root/configmgr/source
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2009-11-10 12:19:18 +0100
committersb <sb@openoffice.org>2009-11-10 12:19:18 +0100
commit291b6d7e3b09ede5a589d5baf4c0effa13414e02 (patch)
treebea4d57e8e9541611dea81e59f2cb2d3bba177b1 /configmgr/source
parent3a944e4ebd0c620bbfc367cd0d9289e3eb767678 (diff)
sb111: #i101955# class/struct confusion (warning with MSVC)
Diffstat (limited to 'configmgr/source')
-rw-r--r--configmgr/source/valueparser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/valueparser.hxx b/configmgr/source/valueparser.hxx
index d0e3c9162856..fae541b2ebab 100644
--- a/configmgr/source/valueparser.hxx
+++ b/configmgr/source/valueparser.hxx
@@ -50,7 +50,7 @@ namespace com { namespace sun { namespace star { namespace uno {
namespace configmgr {
class Node;
-class Span;
+struct Span;
class ValueParser: private boost::noncopyable {
public: