Fix build error when WITH_GHOST_DEBUG is enabled

This commit is contained in:
Campbell Barton 2022-10-23 17:20:23 +11:00
parent 4130cad489
commit 6172258250
1 changed files with 1 additions and 1 deletions

View File

@ -1096,7 +1096,7 @@ static GHOST_TTabletMode tablet_tool_map_type(enum zwp_tablet_tool_v2_type wp_ta
}
}
GHOST_PRINT("unknown tablet tool: " << wl_tablet_tool_type << std::endl);
GHOST_PRINT("unknown tablet tool: " << wp_tablet_tool_type << std::endl);
return GHOST_kTabletModeStylus;
}