From 22f16a94068258a59317e18d8212851a1061c8dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Sat, 1 Aug 2015 13:26:52 +0200 Subject: [PATCH] Fix header guards --- sdl2ffbperiodiceffect.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.43.5