]> git.sesse.net Git - movit/blobdiff - overlay_effect.h
Move everything into “namespace movit”.
[movit] / overlay_effect.h
index 444fe3f67298c33acc0ec12c4287210802458c65..489d8d78168c449ccf8bf6e35c86182732f1a04f 100644 (file)
@@ -14,6 +14,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class OverlayEffect : public Effect {
 public:
        OverlayEffect();
@@ -31,4 +33,6 @@ public:
        virtual AlphaHandling alpha_handling() const { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; }
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_OVERLAY_EFFECT_H)