From: Guilherme Maciel Ferreira Date: Sat, 19 Nov 2011 13:05:02 +0000 (-0200) Subject: Fixed include guards name X-Git-Tag: v1.2~9 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=6c87084c3b3387a0a5ba6f818b909135578ca84e;p=pingcheck Fixed include guards name --- 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