summaryrefslogtreecommitdiff
path: root/alf/alfnotebook.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alfnotebook.cpp')
-rw-r--r--alf/alfnotebook.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alfnotebook.cpp b/alf/alfnotebook.cpp
index 342bd92..73b0c85 100644
--- a/alf/alfnotebook.cpp
+++ b/alf/alfnotebook.cpp
@@ -511,7 +511,7 @@ ALF_AddNotebook(HWND parent, WORD id, int x, int y)
WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN,
0, 0, 100, 100,
parent,
- (HMENU)(int)id,
+ (HMENU)(ULONG_PTR)id,
ALF_HINSTANCE,
NULL);