X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=dither_effect.h;h=20fb025532d5fea4e92329c7733d06669354b39d;hp=a6c3c9cc856e895b8b662f753d1dba37e2697637;hb=45955bca8c14dd8cac4fa922e45fb0f8be507d58;hpb=7f92cccbf86c655ab94bb4a33e80e6f4f7c415d7 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)