summaryrefslogtreecommitdiff
path: root/vcl/inc/salvd.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-01-26 12:54:19 +0100
committerMichael Stahl <mstahl@redhat.com>2016-01-26 17:51:28 +0100
commiteb63ac518167601896afe0c336e2562efa0f43f2 (patch)
treef012ab389780da395edbe8c10b7023f3d870d03c /vcl/inc/salvd.hxx
parent39963be8679ceef5d08eda9e04e97b6fbb079b71 (diff)
vcl: actually that shared_array was a scam
The only things passed as buffers there were null pointers and shared_arrays that had the deletion explicitly disabled with a struct NoDelete, so it's sufficient to just pass a pointer. Change-Id: I68d618782aa654242048516d2e910b8136b16e2d
Diffstat (limited to 'vcl/inc/salvd.hxx')
-rw-r--r--vcl/inc/salvd.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salvd.hxx b/vcl/inc/salvd.hxx
index d3874c110399..95b4068db023 100644
--- a/vcl/inc/salvd.hxx
+++ b/vcl/inc/salvd.hxx
@@ -48,7 +48,7 @@ public:
// Set new size using a buffer at the given address
virtual bool SetSizeUsingBuffer( long nNewDX, long nNewDY,
- const std::shared_ptr<sal_uInt8> & /* pBuffer */ )
+ sal_uInt8 * /* pBuffer */)
{
// Only the headless virtual device has an implementation that uses
// pBuffer (and bTopDown).