X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=dither_effect.h;h=20fb025532d5fea4e92329c7733d06669354b39d;hp=a6c3c9cc856e895b8b662f753d1dba37e2697637;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/dither_effect.h b/dither_effect.h index a6c3c9c..20fb025 100644 --- a/dither_effect.h +++ b/dither_effect.h @@ -48,6 +48,8 @@ #include "effect.h" +namespace movit { + class DitherEffect : public Effect { private: // Should not be instantiated by end users; @@ -77,4 +79,6 @@ private: GLuint texnum; }; +} // namespace movit + #endif // !defined(_MOVIT_DITHER_EFFECT_H)