summaryrefslogtreecommitdiff
path: root/indra/llwindow
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2023-10-23 16:08:46 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2023-10-23 16:08:46 +0300
commit92f2cf60896e0beb65ab5faaf6894b683121cdbe (patch)
treea64bd829ce2ac19026434dcbf8ee7ea1e2ffbead /indra/llwindow
parent3084f864176dffbc5da19e6f958a55513f63e795 (diff)
SL-13610 build fix
Diffstat (limited to 'indra/llwindow')
-rw-r--r--indra/llwindow/llwindowwin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowwin32.cpp b/indra/llwindow/llwindowwin32.cpp
index 60bd3b080d..694f010ef3 100644
--- a/indra/llwindow/llwindowwin32.cpp
+++ b/indra/llwindow/llwindowwin32.cpp
@@ -4495,7 +4495,7 @@ void* LLWindowWin32::getDirectInput8()
return &gDirectInput8;
}
-bool LLWindowWin32::getInputDevices(U32 device_type_filter
+bool LLWindowWin32::getInputDevices(U32 device_type_filter,
std::function<bool(std::string&, LLSD&, void*)> osx_callback,
void * di8_devices_callback,
void* userdata)