]> git.sesse.net Git - movit/blobdiff - unsharp_mask_effect.h
Move everything into “namespace movit”.
[movit] / unsharp_mask_effect.h
index ba54a96f048ca12df0bd9015cd45a7f9e8b02ba6..e6d3790b86a1a6763ba1f00b627a00fe5bc73765 100644 (file)
@@ -16,6 +16,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class BlurEffect;
 class EffectChain;
 class MixEffect;
@@ -43,4 +45,6 @@ private:
        MixEffect *mix;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_UNSHARP_MASK_EFFECT_H)