]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Fix a bug where PaddingEffect could create assertion errors.
[movit] / effect_chain.h
index ddabad959bb292b7798af46e69c6869ccca1c1c5..f41e7e4a5e72966a9dd0a56255aca32cf6a3449b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _EFFECT_CHAIN_H
-#define _EFFECT_CHAIN_H 1
+#ifndef _MOVIT_EFFECT_CHAIN_H
+#define _MOVIT_EFFECT_CHAIN_H 1
 
 #include <GL/glew.h>
 #include <stdio.h>
@@ -237,4 +237,4 @@ private:
        bool finalized;
 };
 
-#endif // !defined(_EFFECT_CHAIN_H)
+#endif // !defined(_MOVIT_EFFECT_CHAIN_H)