Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Matena <lukasmatena@seznam.cz>2022-07-19 11:53:41 +0300
committersupermerill <merill@free.fr>2022-08-11 00:44:47 +0300
commitc613f18df2cbf4d93faf460acb509f569298cf3c (patch)
tree444125692cb6c85d017469ab05e42c5a95be55cb
parent84651e3e2f43ba50d2dd014cba1c9e99d905fd7a (diff)
Removed extra member qualification in declaration (does not build with /permissive-)
-rw-r--r--src/slic3r/GUI/Notebook.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Notebook.hpp b/src/slic3r/GUI/Notebook.hpp
index d76965509..50c209aec 100644
--- a/src/slic3r/GUI/Notebook.hpp
+++ b/src/slic3r/GUI/Notebook.hpp
@@ -455,7 +455,7 @@ public:
GetBtnsListCtrl()->Rescale();
}
- void Notebook::OnNavigationKey(wxNavigationKeyEvent& event)
+ void OnNavigationKey(wxNavigationKeyEvent& event)
{
if (event.IsWindowChange()) {
// change pages