X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resize_effect.h;fp=resize_effect.h;h=774f510de592aedc4e0ae1991916629d62c64842;hp=8fbaba70b08ccfbe5724af7b24068da6b420a75b;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hpb=d98081df26d115a46404baaa83e9a927ebe37b87 diff --git a/resize_effect.h b/resize_effect.h index 8fbaba7..774f510 100644 --- a/resize_effect.h +++ b/resize_effect.h @@ -1,5 +1,5 @@ -#ifndef _RESIZE_EFFECT_H -#define _RESIZE_EFFECT_H 1 +#ifndef _MOVIT_RESIZE_EFFECT_H +#define _MOVIT_RESIZE_EFFECT_H 1 // An effect that simply resizes the picture to a given output size // (set by the two integer parameters "width" and "height"). @@ -28,4 +28,4 @@ private: int width, height; }; -#endif // !defined(_RESIZE_EFFECT_H) +#endif // !defined(_MOVIT_RESIZE_EFFECT_H)