Page 1 of 1

setMousePassThroughEnabled type error

Posted: Mon Feb 06, 2006 15:18
by spannerman
Greetings gents,

Just thought I'd let you know about a small buggett in CEGUIWindow.h near line 2286, CVS HEAD.

Code: Select all

//bool setMousePassThroughEnabled(bool setting)   {d_mousePassThroughEnabled = setting;}
   void setMousePassThroughEnabled(bool setting)   {d_mousePassThroughEnabled = setting;}


The set method was returning a bool.

Hope that helps 8)

Re: setMousePassThroughEnabled type error

Posted: Mon Feb 06, 2006 22:41
by lindquist
Oups :oops:

thanx for the report :)

Re: setMousePassThroughEnabled type error

Posted: Wed Feb 08, 2006 00:08
by spannerman
No problem. Listen, in future is it best to notify you about small bugs like this in the forums?