Linux/MacOSX: Load preferences if only volume path is given in command line and GUI mode enabled.

This commit is contained in:
Mounir IDRASSI
2015-03-08 20:14:30 +01:00
parent f80f7d47d5
commit 279c99fdf8
3 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ namespace VeraCrypt
struct CommandLineInterface
{
public:
CommandLineInterface (wxCmdLineParser &parser, UserInterfaceType::Enum interfaceType);
CommandLineInterface (int argc, wchar_t** argv, UserInterfaceType::Enum interfaceType);
virtual ~CommandLineInterface ();