diff options
Diffstat (limited to 'include/m_utils.h')
-rw-r--r-- | include/m_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
|