summaryrefslogtreecommitdiff
path: root/include/vcl/RawBitmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/RawBitmap.hxx')
-rw-r--r--include/vcl/RawBitmap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/RawBitmap.hxx b/include/vcl/RawBitmap.hxx
index 19fe94cd2c59..12c924dbb8ba 100644
--- a/include/vcl/RawBitmap.hxx
+++ b/include/vcl/RawBitmap.hxx
@@ -69,8 +69,8 @@ public:
}
// so we don't accidentally leave any code in that uses palette color indexes
void SetPixel(tools::Long nY, tools::Long nX, BitmapColor nColor) = delete;
- tools::Long Height() { return maSize.Height(); }
- tools::Long Width() { return maSize.Width(); }
+ tools::Long Height() const { return maSize.Height(); }
+ tools::Long Width() const { return maSize.Width(); }
sal_uInt8 GetBitCount() const { return mnBitCount; }
};