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
