diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-02-16 08:50:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-16 10:05:41 +0000 |
commit | df16df443d6a0c778c975286c5e622478944a9de (patch) | |
tree | 15a03315c014590b5fc364d547bb0eebe15234c9 /basegfx | |
parent | 436c5065a085bef63343a10136c9c1d21a56afd3 (diff) |
clear windows warning, struct vs class
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/tools/b2dclipstate.cxx | 2 |
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}; |