Commit: 6172258250fd137251adffefafdfa066d74d692a
Author: Campbell Barton
Date:   Sun Oct 23 17:20:23 2022 +1100
Branches: master
https://developer.blender.org/rB6172258250fd137251adffefafdfa066d74d692a

Fix build error when WITH_GHOST_DEBUG is enabled

===================================================================

M       intern/ghost/intern/GHOST_SystemWayland.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp 
b/intern/ghost/intern/GHOST_SystemWayland.cpp
index 2760c3fba8b..67f475a2963 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -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;
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to