]> git.sesse.net Git - movit/blobdiff - effect.h
Move everything into “namespace movit”.
[movit] / effect.h
index a7d426c723981bc11e10006fa9d44d6b3f5d8db5..ce07df472e46327a45e0533650bd98163638232b 100644 (file)
--- a/effect.h
+++ b/effect.h
@@ -18,6 +18,8 @@
 
 #include "defs.h"
 
+namespace movit {
+
 class EffectChain;
 class Node;
 
@@ -271,4 +273,6 @@ private:
        std::map<std::string, float *> params_vec4;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_EFFECT_H)