diff options
Diffstat (limited to 'plugins/SmileyAdd/src/dlgboxsubclass.cpp')
-rw-r--r-- | plugins/SmileyAdd/src/dlgboxsubclass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/dlgboxsubclass.cpp b/plugins/SmileyAdd/src/dlgboxsubclass.cpp index 0dd3cafd0d..377b77c729 100644 --- a/plugins/SmileyAdd/src/dlgboxsubclass.cpp +++ b/plugins/SmileyAdd/src/dlgboxsubclass.cpp @@ -54,7 +54,7 @@ struct MsgWndData : public MZeroedObject static OBJLIST<MsgWndData> g_MsgWndList(10, HandleKeySortT);
-int UpdateSrmmDlg(WPARAM wParam, LPARAM)
+int UpdateSrmmDlg(WPARAM, LPARAM)
{
Srmm_ApplyOptions();
return 0;
|