From bfdbaf6f3d1ebf0b255a715a0b0d6626e312eaa4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 23 Oct 2017 21:09:47 +0300 Subject: fix for a random crash on exit --- include/m_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/m_utils.h') diff --git a/include/m_utils.h b/include/m_utils.h index 224fe5f859..567e9689a6 100644 --- a/include/m_utils.h +++ b/include/m_utils.h @@ -132,7 +132,7 @@ EXTERN_C MIR_CORE_DLL(MWindowList) WindowList_Create(void); ///////////////////////////////////////////////////////////////////////////////////////// // destroys a window list -EXTERN_C MIR_CORE_DLL(void) WindowList_Destroy(MWindowList hList); +EXTERN_C MIR_CORE_DLL(void) WindowList_Destroy(MWindowList &hList); ///////////////////////////////////////////////////////////////////////////////////////// // adds a window to the specified window list -- cgit v1.2.3