mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-07-06 13:08:00 -05:00
Switch from auto_ptr to unique_ptr (#638)
This commit is contained in:
committed by
GitHub
parent
8250e83e61
commit
0a2c565aa9
+2
-2
@@ -66,8 +66,8 @@ namespace VeraCrypt
|
||||
|
||||
protected:
|
||||
int CurrentIndentLevel;
|
||||
auto_ptr <wxMemoryOutputStream> MemOutStream;
|
||||
auto_ptr <wxTextOutputStream> TextOutStream;
|
||||
unique_ptr <wxMemoryOutputStream> MemOutStream;
|
||||
unique_ptr <wxTextOutputStream> TextOutStream;
|
||||
File OutFile;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user