Browse Source

Issue #327 again: w__gc's correctness depending on order of inheritance.

vrld 13 years ago
parent
commit
fec5b9ac91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/graphics/opengl/PixelEffect.h

+ 1 - 1
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);