diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-06-21 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-12-17 14:59:19 +0500 |
commit | 5b39dc76f1bc82f941d5c800ab9f34407a06b53a (patch) | |
tree | fe5e17420300b715021a76328444088d32047963 /CPP/Common/Wildcard.h | |
parent | 93be7d4abfd4233228f58ee1fbbcd76d91be66a4 (diff) | |
download | 7zip-23.01.tar.gz 7zip-23.01.tar.bz2 7zip-23.01.zip |
23.0123.01
Diffstat (limited to 'CPP/Common/Wildcard.h')
-rw-r--r-- | CPP/Common/Wildcard.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CPP/Common/Wildcard.h b/CPP/Common/Wildcard.h index 0fa4887..4f81da9 100644 --- a/CPP/Common/Wildcard.h +++ b/CPP/Common/Wildcard.h | |||
@@ -1,7 +1,7 @@ | |||
1 | // Common/Wildcard.h | 1 | // Common/Wildcard.h |
2 | 2 | ||
3 | #ifndef __COMMON_WILDCARD_H | 3 | #ifndef ZIP7_INC_COMMON_WILDCARD_H |
4 | #define __COMMON_WILDCARD_H | 4 | #define ZIP7_INC_COMMON_WILDCARD_H |
5 | 5 | ||
6 | #include "MyString.h" | 6 | #include "MyString.h" |
7 | 7 | ||
@@ -83,7 +83,7 @@ public: | |||
83 | CCensorNode(): | 83 | CCensorNode(): |
84 | Parent(NULL) | 84 | Parent(NULL) |
85 | // , ExcludeDirItems(false) | 85 | // , ExcludeDirItems(false) |
86 | {}; | 86 | {} |
87 | 87 | ||
88 | CCensorNode(const UString &name, CCensorNode *parent): | 88 | CCensorNode(const UString &name, CCensorNode *parent): |
89 | Parent(parent) | 89 | Parent(parent) |