diff options
Diffstat (limited to 'src/Main/CommandLineInterface.cpp')
-rw-r--r-- | src/Main/CommandLineInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/CommandLineInterface.cpp b/src/Main/CommandLineInterface.cpp index b5f18dd3..dd284734 100644 --- a/src/Main/CommandLineInterface.cpp +++ b/src/Main/CommandLineInterface.cpp @@ -828,5 +828,5 @@ namespace VeraCrypt return shared_ptr<SecureBuffer>(new SecureBuffer ()); } - auto_ptr <CommandLineInterface> CmdLine; + unique_ptr <CommandLineInterface> CmdLine; } |