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();
|
GetBtnsListCtrl()->Rescale();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Notebook::OnNavigationKey(wxNavigationKeyEvent& event)
|
void OnNavigationKey(wxNavigationKeyEvent& event)
|
||||||
{
|
{
|
||||||
if (event.IsWindowChange()) {
|
if (event.IsWindowChange()) {
|
||||||
// change pages
|
// change pages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue