From 5b39dc76f1bc82f941d5c800ab9f34407a06b53a Mon Sep 17 00:00:00 2001 From: Igor Pavlov <87184205+ip7z@users.noreply.github.com> Date: Wed, 21 Jun 2023 00:00:00 +0000 Subject: 23.01 --- CPP/Common/Wildcard.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CPP/Common/Wildcard.h') 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 @@ // Common/Wildcard.h -#ifndef __COMMON_WILDCARD_H -#define __COMMON_WILDCARD_H +#ifndef ZIP7_INC_COMMON_WILDCARD_H +#define ZIP7_INC_COMMON_WILDCARD_H #include "MyString.h" @@ -83,7 +83,7 @@ public: CCensorNode(): Parent(NULL) // , ExcludeDirItems(false) - {}; + {} CCensorNode(const UString &name, CCensorNode *parent): Parent(parent) -- cgit v1.2.3-55-g6feb