diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-28 14:53:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-28 20:29:17 +0300 |
commit | 45d9715a4657a7369c394c2ca114847056a12a7c (patch) | |
tree | cb25d84a9d9af84c50486138a47782cf488f527d /src/utils/mutex.h | |
parent | fe189f61b6385a30c689b46667ccc18c7117056a (diff) | |
download | plus-45d9715a4657a7369c394c2ca114847056a12a7c.tar.gz plus-45d9715a4657a7369c394c2ca114847056a12a7c.tar.bz2 plus-45d9715a4657a7369c394c2ca114847056a12a7c.tar.xz plus-45d9715a4657a7369c394c2ca114847056a12a7c.zip |
fix guard header part3.
Diffstat (limited to 'src/utils/mutex.h')
-rw-r--r-- | src/utils/mutex.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/mutex.h b/src/utils/mutex.h index 03ecc9fe1..37c889e02 100644 --- a/src/utils/mutex.h +++ b/src/utils/mutex.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef MUTEX_H -#define MUTEX_H +#ifndef UTILS_MUTEX_H +#define UTILS_MUTEX_H #include "logger.h" @@ -100,4 +100,4 @@ inline MutexLocker::~MutexLocker() mMutex->unlock(); } -#endif // MUTEX_H +#endif // UTILS_MUTEX_H |