From 36d24bced0ea5fcbbd380b15e9d1a813fbef32cf Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 2 Oct 2014 15:20:54 +0200 Subject: shell (Windows): std::auto_ptr -> std::unique_ptr Change-Id: I44c843c028c2dfcfcea9f6a2196440ca700fc3a8 --- shell/inc/internal/zipfile.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/inc') diff --git a/shell/inc/internal/zipfile.hxx b/shell/inc/internal/zipfile.hxx index 15a900174419..a2e369c5f403 100644 --- a/shell/inc/internal/zipfile.hxx +++ b/shell/inc/internal/zipfile.hxx @@ -40,7 +40,7 @@ class ZipFile public: typedef std::vector Directory_t; - typedef std::auto_ptr DirectoryPtr_t; + typedef std::unique_ptr DirectoryPtr_t; typedef std::vector ZipContentBuffer_t; public: -- cgit v1.2.3