Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: sethjackson on February 23, 2006, 09:24:30 pm

Title: src\main.h
Post by: sethjackson on February 23, 2006, 09:24:30 pm
On line 172 why is it wxNotebookEvent? Shouldn't it be wxFlatNotebookEvent?

void OnPageChanged(wxNotebookEvent& event);
Title: Re: src\main.h
Post by: thomas on February 23, 2006, 09:43:05 pm
Strictly, yes. This is a relict from the old days.

However, it does not really matter, it works just fine, and the object is not even used.