Removed extra member qualification in declaration (does not build with /permissive-)
This commit is contained in:
parent
76562d1e75
commit
a965956cba
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…
Reference in a new issue