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
@@ -129,10 +129,10 @@ namespace VeraCrypt
|
||||
wxFrame *ActiveFrame;
|
||||
bool BackgroundMode;
|
||||
#ifdef TC_WINDOWS
|
||||
auto_ptr <wxDDEServer> DDEServer;
|
||||
unique_ptr <wxDDEServer> DDEServer;
|
||||
#endif
|
||||
wxFrame *mMainFrame;
|
||||
auto_ptr <wxSingleInstanceChecker> SingleInstanceChecker;
|
||||
unique_ptr <wxSingleInstanceChecker> SingleInstanceChecker;
|
||||
|
||||
mutable WaitDialog* mWaitDialog;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user