summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Scriver/src/globals.h')
-rw-r--r--plugins/Scriver/src/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/globals.h b/plugins/Scriver/src/globals.h
index 995d823ebb..69758366a4 100644
--- a/plugins/Scriver/src/globals.h
+++ b/plugins/Scriver/src/globals.h
@@ -135,6 +135,6 @@ int ImageList_AddIcon_Ex2(HIMAGELIST hIml, HICON hIcon);
int ImageList_ReplaceIcon_Ex(HIMAGELIST hIml, int nIndex, int id);
int ImageList_AddIcon_ProtoEx(HIMAGELIST hIml, const char *szProto, int status);
-void StreamInTestEvents(HWND hEditWnd, GlobalMessageData *gdat);
+void StreamInTestEvents(CDlgBase *pDlg, GlobalMessageData *gdat);
#endif