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 8eaea6b..dc56769 100644
--- a/alf/alfnotebook.cpp
+++ b/alf/alfnotebook.cpp
@@ -357,7 +357,7 @@ ALF_NotebookTabIndex(HWND notebook, HWND tabPanel);
HWND
ALF_NotebookTabPanel(HWND notebook, int index)
{
- return (HWND)SendMessage(notebook, ALF_NB_GETPANEL, 0, (WPARAM)index);
+ return (HWND)SendMessage(notebook, ALF_NB_GETPANEL, 0, (LPARAM)index);
}
int