Fixed 'illegal qualified name in member declaration' reported in #7959.
This commit is contained in:
parent
4ed411f211
commit
33fe1c44b4
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ public:
|
|||
GetBtnsListCtrl()->Rescale();
|
||||
}
|
||||
|
||||
void Notebook::OnNavigationKey(wxNavigationKeyEvent& event)
|
||||
void OnNavigationKey(wxNavigationKeyEvent& event)
|
||||
{
|
||||
if (event.IsWindowChange()) {
|
||||
// change pages
|
||||
|
|
Loading…
Add table
Reference in a new issue