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/7zip/UI/Common/PropIDUtils.h')
-rwxr-xr-xCPP/7zip/UI/Common/PropIDUtils.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/CPP/7zip/UI/Common/PropIDUtils.h b/CPP/7zip/UI/Common/PropIDUtils.h
index aa540885..1d820976 100755
--- a/CPP/7zip/UI/Common/PropIDUtils.h
+++ b/CPP/7zip/UI/Common/PropIDUtils.h
@@ -3,9 +3,8 @@
#ifndef __PROPIDUTILS_H
#define __PROPIDUTILS_H
-#include "Common/String.h"
+#include "Common/MyString.h"
-UString ConvertPropertyToString(const PROPVARIANT &aPropVariant,
- PROPID aPropID, bool aFull = true);
+UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
#endif