diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-12-29 19:16:15 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-10-23 15:26:19 +0300 |
commit | 3084f864176dffbc5da19e6f958a55513f63e795 (patch) | |
tree | ad164425f7f223879b5249d77e9c7c43cd757487 /indra/llwindow/llwindowwin32.h | |
parent | 6481d36c69dbcafdb23cb27dc07aa047b3d7d64e (diff) |
SL-13610 [MAC] Manufacturer based search
Diffstat (limited to 'indra/llwindow/llwindowwin32.h')
-rw-r--r-- | indra/llwindow/llwindowwin32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowwin32.h b/indra/llwindow/llwindowwin32.h index dcefe6dab2..b0d5c557b8 100644 --- a/indra/llwindow/llwindowwin32.h +++ b/indra/llwindow/llwindowwin32.h @@ -130,7 +130,7 @@ public: /*virtual*/ void* getDirectInput8(); /*virtual*/ bool getInputDevices(U32 device_type_filter, - std::function<bool(std::string&, LLSD::Binary&, void*)> osx_callback, + std::function<bool(std::string&, LLSD&, void*)> osx_callback, void* win_callback, void* userdata); |