summaryrefslogtreecommitdiff
path: root/include/vcl/metaact.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/metaact.hxx')
-rw-r--r--include/vcl/metaact.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/metaact.hxx b/include/vcl/metaact.hxx
index ef582b1f97dd..278e22df9b5f 100644
--- a/include/vcl/metaact.hxx
+++ b/include/vcl/metaact.hxx
@@ -65,7 +65,7 @@ struct ImplMetaWriteData
class VCL_DLLPUBLIC MetaAction : public salhelper::SimpleReferenceObject
{
private:
- MetaActionType mnType;
+ MetaActionType const mnType;
protected:
virtual ~MetaAction() override;
@@ -847,7 +847,7 @@ class VCL_DLLPUBLIC MetaMaskAction : public MetaAction
private:
Bitmap maBmp;
- Color maColor;
+ Color const maColor;
Point maPt;
public:
@@ -881,7 +881,7 @@ class VCL_DLLPUBLIC MetaMaskScaleAction : public MetaAction
private:
Bitmap maBmp;
- Color maColor;
+ Color const maColor;
Point maPt;
Size maSz;