X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=padding_effect.h;h=901f892b9dd14f999776f823bb897370f32d25d5;hp=9a32abbe41c343661abdef7bfa9d0e289a48d85e;hb=12c11c0e615f7fc17ef7a600ff0c9099f7908dbc;hpb=d41e82b7cc456c945dbc460b2ffdc13a80f6505f diff --git a/padding_effect.h b/padding_effect.h index 9a32abb..901f892 100644 --- a/padding_effect.h +++ b/padding_effect.h @@ -12,11 +12,13 @@ // You may not change it after calling finalize(), since that could change the // graph (need_linear_light() etc. depend on the border color you choose). -#include +#include #include #include "effect.h" +namespace movit { + class PaddingEffect : public Effect { public: PaddingEffect(); @@ -39,4 +41,6 @@ private: float top, left; }; +} // namespace movit + #endif // !defined(_MOVIT_PADDING_EFFECT_H)