X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=white_balance_effect.h;h=5a8ecd548d6cf8efd4143feb3d457d97d76cf930;hp=c4e46a47548354c6df953fd2caf20d7c9112a80f;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hpb=d98081df26d115a46404baaa83e9a927ebe37b87 diff --git a/white_balance_effect.h b/white_balance_effect.h index c4e46a4..5a8ecd5 100644 --- a/white_balance_effect.h +++ b/white_balance_effect.h @@ -1,5 +1,5 @@ -#ifndef _WHITE_BALANCE_EFFECT_H -#define _WHITE_BALANCE_EFFECT_H 1 +#ifndef _MOVIT_WHITE_BALANCE_EFFECT_H +#define _MOVIT_WHITE_BALANCE_EFFECT_H 1 // Color correction in LMS color space. @@ -26,4 +26,4 @@ private: float output_color_temperature; }; -#endif // !defined(_WHITE_BALANCE_EFFECT_H) +#endif // !defined(_MOVIT_WHITE_BALANCE_EFFECT_H)