summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-16 08:50:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-16 10:05:41 +0000
commitdf16df443d6a0c778c975286c5e622478944a9de (patch)
tree15a03315c014590b5fc364d547bb0eebe15234c9
parent436c5065a085bef63343a10136c9c1d21a56afd3 (diff)
clear windows warning, struct vs class
-rw-r--r--basegfx/source/tools/b2dclipstate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/tools/b2dclipstate.cxx b/basegfx/source/tools/b2dclipstate.cxx
index fa2ad9fe4159..78dfe8d8cf92 100644
--- a/basegfx/source/tools/b2dclipstate.cxx
+++ b/basegfx/source/tools/b2dclipstate.cxx
@@ -43,7 +43,7 @@ namespace basegfx
{
namespace tools
{
- struct ImplB2DClipState
+ class ImplB2DClipState
{
public:
enum Operation {UNION, INTERSECT, XOR, SUBTRACT};