diff options
author | sb <sb@openoffice.org> | 2009-11-10 12:19:18 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2009-11-10 12:19:18 +0100 |
commit | 291b6d7e3b09ede5a589d5baf4c0effa13414e02 (patch) | |
tree | bea4d57e8e9541611dea81e59f2cb2d3bba177b1 /configmgr/source | |
parent | 3a944e4ebd0c620bbfc367cd0d9289e3eb767678 (diff) |
sb111: #i101955# class/struct confusion (warning with MSVC)
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/valueparser.hxx | 2 |
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: |