From 8853b01891f6be578c167819db5702a122a0e31f Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Mon, 27 Mar 2017 08:53:26 +0200 Subject: [PATCH] Updated header guard name --- include/ThreadPool_pthread.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ThreadPool_pthread.h b/include/ThreadPool_pthread.h index 00aad22..6991abc 100644 --- a/include/ThreadPool_pthread.h +++ b/include/ThreadPool_pthread.h @@ -1,5 +1,5 @@ -#ifndef THREADPOOL_H -#define THREADPOOL_H +#ifndef THREADPOOL_PTHREAD_H +#define THREADPOOL_PTHREAD_H #include #include @@ -86,4 +86,4 @@ std::string _to_string(T const& value) return sstr.str(); } -#endif // THREADPOOL_H +#endif // THREADPOOL_PTHREAD_H