summaryrefslogtreecommitdiff
path: root/vcl/inc/BitmapFastScaleFilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/BitmapFastScaleFilter.hxx')
-rw-r--r--vcl/inc/BitmapFastScaleFilter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/BitmapFastScaleFilter.hxx b/vcl/inc/BitmapFastScaleFilter.hxx
index f8d56517a1da..09fbdcaebbc6 100644
--- a/vcl/inc/BitmapFastScaleFilter.hxx
+++ b/vcl/inc/BitmapFastScaleFilter.hxx
@@ -26,9 +26,9 @@ public:
virtual BitmapEx execute(BitmapEx const& rBitmapEx) const override;
private:
- double const mfScaleX;
- double const mfScaleY;
- Size const maSize;
+ double mfScaleX;
+ double mfScaleY;
+ Size maSize;
};
#endif