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 '7zip/UI/Explorer/ContextMenu.h')
-rwxr-xr-x7zip/UI/Explorer/ContextMenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/UI/Explorer/ContextMenu.h b/7zip/UI/Explorer/ContextMenu.h
index cd2c1b3d..a5a96c07 100755
--- a/7zip/UI/Explorer/ContextMenu.h
+++ b/7zip/UI/Explorer/ContextMenu.h
@@ -70,7 +70,7 @@ private:
bool _dropMode;
UString _dropPath;
CObjectVector<CCommandMapItem> _commandMap;
- HRESULT GetFileNames(LPDATAOBJECT dataObject, CSysStringVector &fileNames);
+ HRESULT GetFileNames(LPDATAOBJECT dataObject, UStringVector &fileNames);
UINT FindVerb(const UString &verb);
void FillCommand(ECommandInternalID id, UString &mainString,