mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Fix NSBezelStyle casting issue with a bridge cast
This commit is contained in:
@@ -130,7 +130,7 @@ public:
|
|||||||
[nsButton setButtonType:NSMomentaryPushInButton];
|
[nsButton setButtonType:NSMomentaryPushInButton];
|
||||||
}
|
}
|
||||||
|
|
||||||
[nsButton setBezelStyle:bezelStyle];
|
[nsButton setBezelStyle:(__bridge NSBezelStyle)bezelStyle];
|
||||||
}
|
}
|
||||||
|
|
||||||
void clicked()
|
void clicked()
|
||||||
|
Reference in New Issue
Block a user