summaryrefslogtreecommitdiffstats
path: root/ui/base/win/touch_input.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/win/touch_input.cc')
-rw-r--r--ui/base/win/touch_input.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/win/touch_input.cc b/ui/base/win/touch_input.cc
index acf62b2..a369ab1 100644
--- a/ui/base/win/touch_input.cc
+++ b/ui/base/win/touch_input.cc
@@ -12,7 +12,7 @@ UI_EXPORT BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle,
int size) {
typedef BOOL(WINAPI *GetTouchInputInfoPtr)(HTOUCHINPUT, UINT,
PTOUCHINPUT, int);
- GetTouchInputInfoPtr get_touch_input_info_func =
+ static GetTouchInputInfoPtr get_touch_input_info_func =
reinterpret_cast<GetTouchInputInfoPtr>(
GetProcAddress(GetModuleHandleA("user32.dll"), "GetTouchInputInfo"));
if (get_touch_input_info_func)