From aa7099ed5bf2bc8402029aa2fcdece16ebabd5bf Mon Sep 17 00:00:00 2001 From: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:34:59 +0300 Subject: [PATCH] Update Win32ForceFeedback.h --- Libs/ois/win32/Win32ForceFeedback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libs/ois/win32/Win32ForceFeedback.h b/Libs/ois/win32/Win32ForceFeedback.h index 427286649..9c1f5d2ff 100644 --- a/Libs/ois/win32/Win32ForceFeedback.h +++ b/Libs/ois/win32/Win32ForceFeedback.h @@ -92,7 +92,7 @@ namespace OIS //Sets the common properties to all effects void _setCommonProperties(DIEFFECT* diEffect, DWORD* rgdwAxes, LONG* rglDirection, DIENVELOPE* diEnvelope, DWORD struct_size, LPVOID struct_type, const Effect* effect, const Envelope* envelope); //Actually do the upload - void _upload(GUID, DIEFFECT*, const Effect*); + void _upload(const GUID&, DIEFFECT*, const Effect*); // Map of currently uploaded effects (handle => effect) typedef std::map EffectList;