diff options
Diffstat (limited to 'include/m_jabber.h')
-rw-r--r-- | include/m_jabber.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_jabber.h b/include/m_jabber.h index 917a475a67..847b422bb4 100644 --- a/include/m_jabber.h +++ b/include/m_jabber.h @@ -193,7 +193,7 @@ Returns FALSE if all is Ok, and TRUE otherwise. /*
A hook to be called during extensions list's creation
-wParam = (WPARAM)(LIST<TCHAR>*) - extensions list to be populated;
+wParam = (WPARAM)(LIST<wchar_t>*) - extensions list to be populated;
lParam = (LPARAM)(IJabberInterface*).
Returns FALSE if all is Ok, and TRUE otherwise.
*/
|