Fix 3/4 of issue #327: memory allocation issues.

This commit is contained in:
vrld
2011-11-08 23:22:48 +01:00
parent f9077ee1a6
commit aedf532cdc
3 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ namespace graphics
namespace opengl
{
// A fragment shader
class PixelEffect : public Volatile // Volatile?
class PixelEffect : public Volatile, public Object
{
public:
PixelEffect(const std::string& code);