summaryrefslogtreecommitdiff
path: root/win/clrpopup.h
diff options
context:
space:
mode:
authorleo2006-01-19 05:18:24 +0000
committerleo2006-01-19 05:18:24 +0000
commite80ae84b78da0e53c79529a5e2faa2036b6f739c (patch)
treea68c09ab6075d76735b8658ddf2099dfb9784594 /win/clrpopup.h
parenta17d706f3590a49296b2a581840e8177aac77949 (diff)
Fixed compiler warnings and errors on VC++ 7.1
git-svn-id: http://svn.leocad.org/trunk@455 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/clrpopup.h')
-rw-r--r--win/clrpopup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/clrpopup.h b/win/clrpopup.h
index 66d058b..591ef35 100644
--- a/win/clrpopup.h
+++ b/win/clrpopup.h
@@ -84,7 +84,7 @@ protected:
afx_msg BOOL OnQueryNewPalette();
afx_msg void OnPaletteChanged(CWnd* pFocusWnd);
afx_msg void OnKillFocus(CWnd* pNewWnd);
- afx_msg void OnActivateApp(BOOL bActive, HTASK hTask);
+ afx_msg void OnActivateApp(BOOL bActive, ACTIVATEAPPPARAM hTask);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};