X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=blur_effect.h;h=d97f5bdcd2b05352c331ddafb552783444ac8235;hp=84dd6ba6b1037852dc644c25c8edea4856dffeb7;hb=131e7179b596f8268fd80c32312849da83581e55;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b 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)