diff options
Diffstat (limited to 'gdk/macos/gdkmacoscursor.c')
-rw-r--r-- | gdk/macos/gdkmacoscursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/macos/gdkmacoscursor.c b/gdk/macos/gdkmacoscursor.c index a6da5c922b..cf571a9a11 100644 --- a/gdk/macos/gdkmacoscursor.c +++ b/gdk/macos/gdkmacoscursor.c @@ -84,7 +84,7 @@ CUSTOM_CURSOR_CTOR(gdkZoomOutCursor, 43) @end struct CursorsByName { - const gchar *name; + const char *name; NSString *selector; }; |