diff options
author | Herbert Dürr <hdu@apache.org> | 2014-01-21 16:10:06 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2014-01-21 16:10:06 +0000 |
commit | 3552c7f9561f43024ca32f50e4bf63b31233b03c (patch) | |
tree | f9835382ba80dfedd13c4493b57088a5160ac1de /basegfx | |
parent | 821f66510a7851e6e6835e0f6c86dc443482caf0 (diff) |
#i123948# fix more class/struct mismatches
fix forward declarations that don't match the actual definitions
Notes
Notes:
prefer: 154643d59b6e01606356b7d2e627cbe4e20302e7
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/inc/basegfx/tools/b2dclipstate.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/inc/basegfx/tools/b2dclipstate.hxx b/basegfx/inc/basegfx/tools/b2dclipstate.hxx index 3db97387e228..d631d5df204b 100644 --- a/basegfx/inc/basegfx/tools/b2dclipstate.hxx +++ b/basegfx/inc/basegfx/tools/b2dclipstate.hxx @@ -38,7 +38,7 @@ namespace basegfx namespace tools { - class ImplB2DClipState; + struct ImplB2DClipState; /** This class provides an optimized, symbolic clip state for graphical output |