From 942cf1635a88bd099d9f6108d8c42c15fa0dee0c Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 13 May 2016 21:53:50 +0200 Subject: Linux: Fix gcc-6 compilation errors. --- src/Main/GraphicUserInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main/GraphicUserInterface.cpp') diff --git a/src/Main/GraphicUserInterface.cpp b/src/Main/GraphicUserInterface.cpp index cd5c6fe9..d15e7375 100644 --- a/src/Main/GraphicUserInterface.cpp +++ b/src/Main/GraphicUserInterface.cpp @@ -1599,7 +1599,7 @@ namespace VeraCrypt FilePath GraphicUserInterface::SelectVolumeFile (wxWindow *parent, bool saveMode, const DirectoryPath &directory) const { list < pair > extensions; - extensions.push_back (make_pair (L"tc", LangString["TC_VOLUMES"])); + extensions.push_back (make_pair (L"tc", LangString["TC_VOLUMES"].ToStdWstring())); FilePathList selFiles = Gui->SelectFiles (parent, LangString[saveMode ? "OPEN_NEW_VOLUME" : "OPEN_VOL_TITLE"], saveMode, false, extensions, directory); -- cgit v1.2.3