missed one dynamicCast

This commit is contained in:
ejcoumans
2007-10-21 03:15:14 +00:00
parent 11a0589732
commit 85b4b149b7

View File

@@ -1312,7 +1312,7 @@ public:
virtual GLUI_Rollout* dynamicCastGLUI_Rollout()
{
return 0;
return this;
}
protected: