X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=blur_effect.h;h=d97f5bdcd2b05352c331ddafb552783444ac8235;hp=84dd6ba6b1037852dc644c25c8edea4856dffeb7;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/blur_effect.h b/blur_effect.h index 84dd6ba..d97f5bd 100644 --- a/blur_effect.h +++ b/blur_effect.h @@ -16,6 +16,8 @@ #include "effect.h" +namespace movit { + class EffectChain; class Node; class SingleBlurPassEffect; @@ -92,4 +94,6 @@ private: int width, height, virtual_width, virtual_height; }; +} // namespace movit + #endif // !defined(_MOVIT_BLUR_EFFECT_H)