X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resize_effect.h;h=774f510de592aedc4e0ae1991916629d62c64842;hp=8fbaba70b08ccfbe5724af7b24068da6b420a75b;hb=2b6a8585772bf9ae742a2ee36144a0cdd5ba0524;hpb=37f56fcbe571b2322243f6de59494bf9e0cbb37a 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)