]> git.sesse.net Git - movit/blobdiff - gamma_expansion_effect.h
Move everything into “namespace movit”.
[movit] / gamma_expansion_effect.h
index 92f05171cd4d84ff08ad802cbef89138401c5d48..b5381ad38cdc76fa3b5aa2eb01da20df64111c4b 100644 (file)
@@ -15,6 +15,8 @@
 #include "effect.h"
 #include "image_format.h"
 
+namespace movit {
+
 class GammaExpansionEffect : public Effect {
 private:
        // Should not be instantiated by end users.
@@ -37,4 +39,6 @@ private:
        GammaCurve source_curve;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_GAMMA_EXPANSION_EFFECT_H)