summaryrefslogtreecommitdiff
path: root/src/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewport.h')
-rw-r--r--src/viewport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewport.h b/src/viewport.h
index b9d1fce7e..13f9538dd 100644
--- a/src/viewport.h
+++ b/src/viewport.h
@@ -139,7 +139,7 @@ typedef struct TileHighlightData {
// common button handler
-bool HandlePlacePushButton(Window *w, int widget, uint32 cursor, int mode, PlaceProc *placeproc);
+bool HandlePlacePushButton(Window *w, int widget, CursorID cursor, int mode, PlaceProc *placeproc);
VARDEF Point _tile_fract_coords;