1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Fix NSBezelStyle casting issue with a bridge cast

This commit is contained in:
Jeff Mitchell
2014-10-28 12:09:30 -04:00
parent 5d1771a710
commit 60f57f94b6

View File

@@ -130,7 +130,7 @@ public:
[nsButton setButtonType:NSMomentaryPushInButton];
}
[nsButton setBezelStyle:bezelStyle];
[nsButton setBezelStyle:(__bridge NSBezelStyle)bezelStyle];
}
void clicked()