summaryrefslogtreecommitdiff
path: root/include/vcl/quickselectionengine.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-29 18:02:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-29 18:37:51 +0200
commitb48e90799d85e25092fa07ee47bb5a94588d4c82 (patch)
treee8f3d600f7aa73c2fa23c8ded05e70cf70fe1542 /include/vcl/quickselectionengine.hxx
parent0b23ac2c9d36c89137feeb82d0aed7a8628a53b7 (diff)
vcl: std::auto_ptr -> std::unique_ptr
Change-Id: I5a08186b465b15311c63784506a0ca0e119286e2
Diffstat (limited to 'include/vcl/quickselectionengine.hxx')
-rw-r--r--include/vcl/quickselectionengine.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/quickselectionengine.hxx b/include/vcl/quickselectionengine.hxx
index 08d1fa384b46..138a7883f891 100644
--- a/include/vcl/quickselectionengine.hxx
+++ b/include/vcl/quickselectionengine.hxx
@@ -76,7 +76,7 @@ namespace vcl
void SetEnabled( const bool& b );
private:
- ::std::auto_ptr< QuickSelectionEngine_Data > m_pData;
+ ::std::unique_ptr< QuickSelectionEngine_Data > m_pData;
bool bEnabled;
private: