summaryrefslogtreecommitdiff
path: root/vcl/inc/BitmapScaleSuperFilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/BitmapScaleSuperFilter.hxx')
-rw-r--r--vcl/inc/BitmapScaleSuperFilter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/BitmapScaleSuperFilter.hxx b/vcl/inc/BitmapScaleSuperFilter.hxx
index 7fa26f0c769a..879f5a75c46d 100644
--- a/vcl/inc/BitmapScaleSuperFilter.hxx
+++ b/vcl/inc/BitmapScaleSuperFilter.hxx
@@ -31,8 +31,8 @@ public:
virtual BitmapEx execute(BitmapEx const& rBitmap) const override;
private:
- double mrScaleX;
- double mrScaleY;
+ double const mrScaleX;
+ double const mrScaleY;
};