]> git.sesse.net Git - movit/blobdiff - resize_effect.h
Move everything into “namespace movit”.
[movit] / resize_effect.h
index 774f510de592aedc4e0ae1991916629d62c64842..dff6dccdc3c02b0bc6e35103a553dcd0e6eff6fc 100644 (file)
@@ -9,6 +9,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class ResizeEffect : public Effect {
 public:
        ResizeEffect();
@@ -28,4 +30,6 @@ private:
        int width, height;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_RESIZE_EFFECT_H)