Fix Windows build error introduced in Wintab commit revert

This commit is contained in:
Brecht Van Lommel
2020-04-14 17:14:56 +02:00
parent e90d8422d0
commit 7fbd9b67af

View File

@@ -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;
}