Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2022-06-27 18:29:24 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-06-27 18:29:24 +0300
commita2b9b9d3c48f302fd28042299d73ea0634a210f3 (patch)
treee66f7626dde7a288fd0f17604f2b8af2e9aafef0 /intern
parentf0a3d2beb23e127ea246f9544d68355fbf3ce438 (diff)
Fix broken build on macOS after recent changes
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemCocoa.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemCocoa.mm b/intern/ghost/intern/GHOST_SystemCocoa.mm
index 8677c0b9552..4b2529f5169 100644
--- a/intern/ghost/intern/GHOST_SystemCocoa.mm
+++ b/intern/ghost/intern/GHOST_SystemCocoa.mm
@@ -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: