mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 07:35:57 +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();
|
GetBtnsListCtrl()->Rescale();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Notebook::OnNavigationKey(wxNavigationKeyEvent& event)
|
void OnNavigationKey(wxNavigationKeyEvent& event)
|
||||||
{
|
{
|
||||||
if (event.IsWindowChange()) {
|
if (event.IsWindowChange()) {
|
||||||
// change pages
|
// change pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user