Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2020-04-14 18:14:56 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-04-14 18:14:56 +0300
commit7fbd9b67afa8a5f7afadbd4fa996e3839b68a3b7 (patch)
treec60155411ae5765713c2321b822f49b7e7cc8915 /intern/ghost
parente90d8422d0ed38743390f2184fde27550d7b48a7 (diff)
Fix Windows build error introduced in Wintab commit revert
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_WindowWin32.h2
1 files changed, 1 insertions, 1 deletions
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;
}