missed one dynamicCast
This commit is contained in:
@@ -1312,7 +1312,7 @@ public:
|
|||||||
|
|
||||||
virtual GLUI_Rollout* dynamicCastGLUI_Rollout()
|
virtual GLUI_Rollout* dynamicCastGLUI_Rollout()
|
||||||
{
|
{
|
||||||
return 0;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|||||||
Reference in New Issue
Block a user