1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

Fix of the previous commit (fixing warnings)

This commit is contained in:
Vojtech Bubnik
2021-02-09 19:46:09 +01:00
parent 5e9a8ea700
commit 20456b45e5
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
namespace Slic3r {
namespace GUI {
RetinaHelper::RetinaHelper(wxWindow*)
RetinaHelper::RetinaHelper(wxWindow *window)
{
m_self = nullptr;
m_self = [[RetinaHelperImpl alloc] initWithView:window->GetHandle() handler:window->GetEventHandler()];