setMousePassThroughEnabled type error
Posted: Mon Feb 06, 2006 15:18
Greetings gents,
Just thought I'd let you know about a small buggett in CEGUIWindow.h near line 2286, CVS HEAD.
The set method was returning a bool.
Hope that helps
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