From 7fbd9b67afa8a5f7afadbd4fa996e3839b68a3b7 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 14 Apr 2020 17:14:56 +0200 Subject: Fix Windows build error introduced in Wintab commit revert --- intern/ghost/intern/GHOST_WindowWin32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/ghost') 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; } -- cgit v1.2.3