[Bf-blender-cvs] [7fbd9b67afa] master: Fix Windows build error introduced in Wintab commit revert

Brecht Van Lommel noreply at git.blender.org
Tue Apr 14 19:15:39 CEST 2020


Commit: 7fbd9b67afa8a5f7afadbd4fa996e3839b68a3b7
Author: Brecht Van Lommel
Date:   Tue Apr 14 17:14:56 2020 +0200
Branches: master
https://developer.blender.org/rB7fbd9b67afa8a5f7afadbd4fa996e3839b68a3b7

Fix Windows build error introduced in Wintab commit revert

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

M	intern/ghost/intern/GHOST_WindowWin32.h

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

diff --git a/intern/ghost/intern/GHOST_WindowWin32.h b/intern/ghost/intern/GHOST_WindowWin32.h
index 2951901ceb4..8c43eca0dc2 100644
--- a/intern/ghost/intern/GHOST_WindowWin32.h
+++ b/intern/ghost/intern/GHOST_WindowWin32.h
@@ -422,7 +422,7 @@ class GHOST_WindowWin32 : public GHOST_Window {
   HCURSOR getStandardCursor(GHOST_TStandardCursor shape) const;
   void loadCursor(bool visible, GHOST_TStandardCursor cursorShape) const;
 
-  const GHOST_TabletData &GetTabletData()
+  const GHOST_TabletData &getTabletData()
   {
     return m_tabletData;
   }



More information about the Bf-blender-cvs mailing list