]> git.sesse.net Git - movit/blobdiff - mix_effect.h
Move everything into “namespace movit”.
[movit] / mix_effect.h
index fda06a6f9426426e9794637348c19f907a5894d5..9abe6010a86d1aabb4640759c99fef537cb4caae 100644 (file)
@@ -8,6 +8,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class MixEffect : public Effect {
 public:
        MixEffect();
@@ -25,4 +27,6 @@ private:
        float strength_first, strength_second;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_MIX_EFFECT_H)