diff options
Diffstat (limited to 'plugins/UserInfoEx/src/psp_base.h')
-rw-r--r-- | plugins/UserInfoEx/src/psp_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/psp_base.h b/plugins/UserInfoEx/src/psp_base.h index 378fe2fec9..726aeccb7d 100644 --- a/plugins/UserInfoEx/src/psp_base.h +++ b/plugins/UserInfoEx/src/psp_base.h @@ -37,6 +37,6 @@ static FORCEINLINE INT_PTR CALLBACK PSPProcMyNotes(HWND hDlg, UINT uMsg, WPARAM static FORCEINLINE INT_PTR CALLBACK PSPProcAbout(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
{ return PSPProcEdit(hDlg, uMsg, wParam, lParam, SET_CONTACT_ABOUT); }
-VOID UpDate_CountryIcon(HWND hCtrl, int countryID);
+void UpDate_CountryIcon(HWND hCtrl, int countryID);
#endif /* _UI_PSP_BASE_INCLUDE_ */
|