diff options
Diffstat (limited to '3rdparty/lzma/CPP/Common/Lang.h')
-rw-r--r-- | 3rdparty/lzma/CPP/Common/Lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/lzma/CPP/Common/Lang.h b/3rdparty/lzma/CPP/Common/Lang.h index 22e42574eaa..cc66677d443 100644 --- a/3rdparty/lzma/CPP/Common/Lang.h +++ b/3rdparty/lzma/CPP/Common/Lang.h @@ -15,7 +15,7 @@ class CLang public: CLang(): _text(0) {} ~CLang() { Clear(); } - bool Open(CFSTR fileName, const wchar_t *id); + bool Open(CFSTR fileName, const char *id); void Clear() throw(); const wchar_t *Get(UInt32 id) const throw(); }; |