]> git.sesse.net Git - movit/blobdiff - resample_effect.h
Move everything into “namespace movit”.
[movit] / resample_effect.h
index 74585d6d94dae0d3be0ed5fc1da119e8cfc1fc91..628c61a348ea3ba22904370a4a572f753dfed8aa 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class EffectChain;
 class Node;
 class SingleResamplePassEffect;
@@ -99,4 +101,6 @@ private:
        float slice_height;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_RESAMPLE_EFFECT_H)