]> git.sesse.net Git - movit/blobdiff - blur_effect.h
Move everything into “namespace movit”.
[movit] / blur_effect.h
index 84dd6ba6b1037852dc644c25c8edea4856dffeb7..d97f5bdcd2b05352c331ddafb552783444ac8235 100644 (file)
@@ -16,6 +16,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class EffectChain;
 class Node;
 class SingleBlurPassEffect;
@@ -92,4 +94,6 @@ private:
        int width, height, virtual_width, virtual_height;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_BLUR_EFFECT_H)