Author Topic: src\main.h  (Read 3140 times)

sethjackson

  • Guest
src\main.h
« on: February 23, 2006, 09:24:30 pm »
On line 172 why is it wxNotebookEvent? Shouldn't it be wxFlatNotebookEvent?

void OnPageChanged(wxNotebookEvent& event);

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: src\main.h
« Reply #1 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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."