Переглянути джерело

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

vrld 14 роки тому
батько
коміт
fec5b9ac91
1 змінених файлів з 1 додано та 1 видалено
  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);