Fix broken build on macOS after recent changes

This commit is contained in:
Brecht Van Lommel 2022-06-27 17:29:24 +02:00
parent f0a3d2beb2
commit a2b9b9d3c4

@ -37,7 +37,7 @@
#pragma mark KeyMap, mouse converters
static GHOST_TButtonMask convertButton(int button)
static GHOST_TButton convertButton(int button)
{
switch (button) {
case 0: