X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=white_balance_effect.h;h=43bfccb1f132bf93d01ae57a7aaad481647c6e3d;hp=5a8ecd548d6cf8efd4143feb3d457d97d76cf930;hb=d843bbc41c20e1f0abe25df5162423270af78896;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b diff --git a/white_balance_effect.h b/white_balance_effect.h index 5a8ecd5..43bfccb 100644 --- a/white_balance_effect.h +++ b/white_balance_effect.h @@ -8,6 +8,8 @@ #include "effect.h" +namespace movit { + class WhiteBalanceEffect : public Effect { public: WhiteBalanceEffect(); @@ -26,4 +28,6 @@ private: float output_color_temperature; }; +} // namespace movit + #endif // !defined(_MOVIT_WHITE_BALANCE_EFFECT_H)