mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Switch from auto_ptr to unique_ptr (#638)
This commit is contained in:
committed by
GitHub
parent
8250e83e61
commit
0a2c565aa9
@@ -69,8 +69,8 @@ namespace VeraCrypt
|
||||
virtual void ReadInputStreamLine (wxString &line) const;
|
||||
virtual wxString ReadInputStreamLine () const;
|
||||
|
||||
auto_ptr <wxFFileInputStream> FInputStream;
|
||||
auto_ptr <wxTextInputStream> TextInputStream;
|
||||
unique_ptr <wxFFileInputStream> FInputStream;
|
||||
unique_ptr <wxTextInputStream> TextInputStream;
|
||||
|
||||
private:
|
||||
TextUserInterface (const TextUserInterface &);
|
||||
|
||||
Reference in New Issue
Block a user