]> git.sesse.net Git - movit/blobdiff - saturation_effect.h
Move everything into “namespace movit”.
[movit] / saturation_effect.h
index f4d69e680ddda7b03a730a0724452d72f6e8394f..a80740fefc0946508d23776f4b7c63ff1d33ef70 100644 (file)
@@ -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)