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/Archive/Common/HandlerOut.h')
-rwxr-xr-xCPP/7zip/Archive/Common/HandlerOut.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/7zip/Archive/Common/HandlerOut.h b/CPP/7zip/Archive/Common/HandlerOut.h
index b6095a6b..89c81c1f 100755
--- a/CPP/7zip/Archive/Common/HandlerOut.h
+++ b/CPP/7zip/Archive/Common/HandlerOut.h
@@ -3,14 +3,14 @@
#ifndef __HANDLER_OUT_H
#define __HANDLER_OUT_H
-#include "../../Common/MethodProps.h"
#include "../../../Common/MyString.h"
+#include "../../Common/MethodProps.h"
namespace NArchive {
struct COneMethodInfo
{
- CObjectVector<CProp> Properties;
+ CObjectVector<CProp> Props;
UString MethodName;
};