From 6c87084c3b3387a0a5ba6f818b909135578ca84e Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Sat, 19 Nov 2011 11:05:02 -0200 Subject: [PATCH] Fixed include guards name --- src/host/pingerfactory.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/host/pingerfactory.h b/src/host/pingerfactory.h index ff8bb27..08f4cd4 100644 --- a/src/host/pingerfactory.h +++ b/src/host/pingerfactory.h @@ -18,8 +18,8 @@ on this file might be covered by the GNU General Public License. */ -#ifndef PINGERFACTORY_H -#define PINGERFACTORY_H +#ifndef PINGER_FACTORY_H +#define PINGER_FACTORY_H #include @@ -48,4 +48,4 @@ private: }; -#endif /* PINGERFACTORY_H */ +#endif // PINGER_FACTORY_H -- 1.7.1