From fec5b9ac916f11f48cd15d209e01800ed066cc33 Mon Sep 17 00:00:00 2001 From: vrld Date: Sat, 12 Nov 2011 21:13:38 +0100 Subject: [PATCH] Issue #327 again: w__gc's correctness depending on order of inheritance. --- src/modules/graphics/opengl/PixelEffect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);