summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/textlayout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/textlayout.hxx b/vcl/inc/textlayout.hxx
index 14980218d90a..3ba4d6012f9e 100644
--- a/vcl/inc/textlayout.hxx
+++ b/vcl/inc/textlayout.hxx
@@ -102,7 +102,7 @@ namespace vcl
ControlTextRenderer& operator=( const ControlTextRenderer& ); // never implemented
private:
- ::std::auto_ptr< ReferenceDeviceTextLayout > m_pImpl;
+ ::std::unique_ptr< ReferenceDeviceTextLayout > m_pImpl;
};
} // namespace vcl