summaryrefslogtreecommitdiff
path: root/src/modules/utils/windowlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/utils/windowlist.cpp')
-rw-r--r--src/modules/utils/windowlist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/utils/windowlist.cpp b/src/modules/utils/windowlist.cpp
index 1337795f2d..80c84906f4 100644
--- a/src/modules/utils/windowlist.cpp
+++ b/src/modules/utils/windowlist.cpp
@@ -26,12 +26,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
struct TWindowListItem
{
- TWindowListItem(HCONTACT _contact, HWND _wnd) :
+ TWindowListItem(MCONTACT _contact, HWND _wnd) :
hContact(_contact),
hWnd(_wnd)
{}
- HCONTACT hContact;
+ MCONTACT hContact;
HWND hWnd;
};