From: Michal MalĂ˝ Date: Sat, 1 Aug 2015 11:26:52 +0000 (+0200) Subject: Fix header guards X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=22f16a94068258a59317e18d8212851a1061c8dc;p=FFBChecker.git Fix header guards --- diff --git a/sdl2ffbperiodiceffect.h b/sdl2ffbperiodiceffect.h index aa15774..cbf67ba 100644 --- a/sdl2ffbperiodiceffect.h +++ b/sdl2ffbperiodiceffect.h @@ -1,5 +1,5 @@ -#ifndef SDL2FFBPERIODIEFFECT_H -#define SDL2FFBPERIODIEFFECT_H +#ifndef SDL2FFBPERIODICEFFECT_H +#define SDL2FFBPERIODICEFFECT_H #include "sdl2ffbeffect.h" #include "ffbperiodiceffectparameters.h" @@ -18,4 +18,4 @@ private: std::shared_ptr m_params; }; -#endif // SDL2FFBEPERIODIFFECT_H +#endif // SDL2FFBPERIODICEFFECT_H