X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=saturation_effect.h;fp=saturation_effect.h;h=a80740fefc0946508d23776f4b7c63ff1d33ef70;hp=f4d69e680ddda7b03a730a0724452d72f6e8394f;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/saturation_effect.h b/saturation_effect.h index f4d69e6..a80740f 100644 --- a/saturation_effect.h +++ b/saturation_effect.h @@ -11,6 +11,8 @@ #include "effect.h" +namespace movit { + class SaturationEffect : public Effect { public: SaturationEffect(); @@ -22,4 +24,6 @@ private: float saturation; }; +} // namespace movit + #endif // !defined(_MOVIT_SATURATION_EFFECT_H)