]> git.sesse.net Git - movit/blobdiff - lift_gamma_gain_effect.h
Move everything into “namespace movit”.
[movit] / lift_gamma_gain_effect.h
index 60978f45047c3272e78662ae31f7c1e4f289eea2..b5007721710b28173130e6701650474df57cc20d 100644 (file)
@@ -25,6 +25,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class LiftGammaGainEffect : public Effect {
 public:
        LiftGammaGainEffect();
@@ -38,4 +40,6 @@ private:
        RGBTriplet lift, gamma, gain;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_LIFT_GAMMA_GAIN_EFFECT_H)