1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

Fixed some OSX Objective C warnings.

This commit is contained in:
Vojtech Bubnik
2021-02-09 19:51:56 +01:00
parent 20456b45e5
commit 2393d64a5a
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ RetinaHelper::RetinaHelper(wxWindow *window)
RetinaHelper::~RetinaHelper()
{
[m_self release];
[(id)m_self release];
}
void RetinaHelper::set_use_retina(bool aValue)