diff options
Diffstat (limited to 'protocols/Weather/src/weather_data.cpp')
-rw-r--r-- | protocols/Weather/src/weather_data.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_data.cpp b/protocols/Weather/src/weather_data.cpp index 69c92d8cda..0f3cf9ccc9 100644 --- a/protocols/Weather/src/weather_data.cpp +++ b/protocols/Weather/src/weather_data.cpp @@ -402,7 +402,7 @@ int GetWeatherDataFromDB(const char *szSetting, void *lparam) // remove or display the weather information for a contact // hContact - the contact in which the info is going to be removed // -void DBDataManage(MCONTACT hContact, WORD Mode, WPARAM wParam, LPARAM) +void DBDataManage(MCONTACT hContact, uint16_t Mode, WPARAM wParam, LPARAM) { // get all the settings and store them in a temporary list LIST<char> arSettings(10); |