Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Common/Lang.cpp')
-rwxr-xr-xCPP/Common/Lang.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Common/Lang.cpp b/CPP/Common/Lang.cpp
index 75dfed42..df4bbac0 100755
--- a/CPP/Common/Lang.cpp
+++ b/CPP/Common/Lang.cpp
@@ -48,7 +48,7 @@ static int CompareLangItems(void *const *elem1, void *const *elem2, void *)
return MyCompare(langPair1.Value, langPair2.Value);
}
-bool CLang::Open(LPCWSTR fileName)
+bool CLang::Open(CFSTR fileName)
{
_langPairs.Clear();
NWindows::NFile::NIO::CInFile file;