diff options
Diffstat (limited to 'plugins/WhenWasIt/src/commonheaders.h')
-rw-r--r-- | plugins/WhenWasIt/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WhenWasIt/src/commonheaders.h b/plugins/WhenWasIt/src/commonheaders.h index a0435abcc1..1bf7b34c5a 100644 --- a/plugins/WhenWasIt/src/commonheaders.h +++ b/plugins/WhenWasIt/src/commonheaders.h @@ -66,7 +66,7 @@ extern char ModuleName[]; extern HINSTANCE hInstance;
extern HWND hBirthdaysDlg;
extern HWND hUpcomingDlg;
-extern HANDLE hAddBirthdayWndsList;
+extern MWindowList hAddBirthdayWndsList;
struct CommonData{
DWORD foreground;
|