]> git.sesse.net Git - movit/blobdiff - glow_effect.h
Move everything into “namespace movit”.
[movit] / glow_effect.h
index 91106e03b08927ab3498d784f3611b05e36aafa8..af833070558a05ce46e4aa5865516da0714cd740 100644 (file)
@@ -10,6 +10,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class BlurEffect;
 class EffectChain;
 class HighlightCutoffEffect;
@@ -55,4 +57,6 @@ private:
        float cutoff;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_GLOW_EFFECT_H)