summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-03-09 13:41:35 +0000
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2017-12-05 08:17:16 -0500
commit220979e15f3087fcc3a6dac81e7dbd10f145379a (patch)
tree7217d86ec097b3fc1c5f9335eff9f0dca7827f08 /include
parentb29ea1014ca4baab5d492b2c80e9cc5d0bc36514 (diff)
mpScanBuf can be private
Change-Id: I78d6f94f65c9f6e667840c26c1359aa1ab9ad794 (cherry picked from commit c0b72399bb6bceb3d227b3323aabeaf768d31cb8) (cherry picked from commit ea8ab3e8795ca3f8919981d7f105762986228140)
Diffstat (limited to 'include')
-rw-r--r--include/vcl/bitmapaccess.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/bitmapaccess.hxx b/include/vcl/bitmapaccess.hxx
index 2788333fbcd0..cc5f006c390c 100644
--- a/include/vcl/bitmapaccess.hxx
+++ b/include/vcl/bitmapaccess.hxx
@@ -108,8 +108,9 @@ private:
BitmapReadAccess(const BitmapReadAccess&) = delete;
BitmapReadAccess& operator=(const BitmapReadAccess&) = delete;
-protected:
+private:
Scanline* mpScanBuf;
+protected:
FncGetPixel mFncGetPixel;
FncSetPixel mFncSetPixel;