diff options
Diffstat (limited to 'vcl/inc/ControlCacheKey.hxx')
-rw-r--r-- | vcl/inc/ControlCacheKey.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/inc/ControlCacheKey.hxx b/vcl/inc/ControlCacheKey.hxx index 06a1ff97bd8d..9c8f467ee5d4 100644 --- a/vcl/inc/ControlCacheKey.hxx +++ b/vcl/inc/ControlCacheKey.hxx @@ -27,10 +27,10 @@ class ControlCacheKey { public: - ControlType const mnType; - ControlPart const mnPart; - ControlState const mnState; - Size const maSize; + ControlType mnType; + ControlPart mnPart; + ControlState mnState; + Size maSize; ControlCacheKey(ControlType nType, ControlPart nPart, ControlState nState, const Size& rSize) : mnType(nType) |