From 85b4b149b7ef1c6cc8893827dbaabc4b4f45985b Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Sun, 21 Oct 2007 03:15:14 +0000 Subject: [PATCH] missed one dynamicCast --- Extras/glui/GL/glui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extras/glui/GL/glui.h b/Extras/glui/GL/glui.h index bb067ca3e..cee21e25f 100644 --- a/Extras/glui/GL/glui.h +++ b/Extras/glui/GL/glui.h @@ -1312,7 +1312,7 @@ public: virtual GLUI_Rollout* dynamicCastGLUI_Rollout() { - return 0; + return this; } protected: