diff --git a/src/modules/graphics/opengl/PixelEffect.h b/src/modules/graphics/opengl/PixelEffect.h index 6e60df310..8ecb2307a 100644 --- a/src/modules/graphics/opengl/PixelEffect.h +++ b/src/modules/graphics/opengl/PixelEffect.h @@ -14,7 +14,7 @@ namespace graphics namespace opengl { // A fragment shader - class PixelEffect : public Volatile, public Object + class PixelEffect : public Object, public Volatile { public: PixelEffect(const std::string& code);