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

This commit is contained in:
vrld
2011-11-12 21:13:38 +01:00
parent 7a513e1434
commit fec5b9ac91
+1 -1
View File
@@ -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);