mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 16:55:53 +08:00
Removed extra member qualification in declaration (does not build with /permissive-)
This commit is contained in:
parent
76562d1e75
commit
a965956cba
@ -245,7 +245,7 @@ public:
|
||||
GetBtnsListCtrl()->Rescale();
|
||||
}
|
||||
|
||||
void Notebook::OnNavigationKey(wxNavigationKeyEvent& event)
|
||||
void OnNavigationKey(wxNavigationKeyEvent& event)
|
||||
{
|
||||
if (event.IsWindowChange()) {
|
||||
// change pages
|
||||
|
Loading…
x
Reference in New Issue
Block a user