From 0edfef8346a8dd74745a2963477cb57b99cfd586 Mon Sep 17 00:00:00 2001 From: Luca Saiu Date: Thu, 25 Nov 2021 15:42:08 +0100 Subject: [PATCH] counting semaphore: rename multiple-inclusion-prevention macro --- src/CountingSemaphore.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CountingSemaphore.hh b/src/CountingSemaphore.hh index 3c2a975..c3d22b8 100644 --- a/src/CountingSemaphore.hh +++ b/src/CountingSemaphore.hh @@ -1,8 +1,8 @@ // This file is under GNU General Public License 3.0 // see LICENSE.txt -#ifndef LIBPEPADAPTER_SEMAPHORE_HH -#define LIBPEPADAPTER_SEMAPHORE_HH +#ifndef LIBPEPADAPTER_COUNTING_SEMAPHORE_HH +#define LIBPEPADAPTER_COUNTING_SEMAPHORE_HH #include #include @@ -56,4 +56,4 @@ namespace pEp { }; } // namespace pEp -#endif // LIBPEPADAPTER_SEMAPHORE_HH +#endif // LIBPEPADAPTER_COUNTING_SEMAPHORE_HH