summaryrefslogtreecommitdiff
path: root/protocols/Weather/src/weather_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Weather/src/weather_update.cpp')
-rw-r--r--protocols/Weather/src/weather_update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_update.cpp b/protocols/Weather/src/weather_update.cpp
index 001a9d9eba..82437dbb72 100644
--- a/protocols/Weather/src/weather_update.cpp
+++ b/protocols/Weather/src/weather_update.cpp
@@ -481,7 +481,7 @@ static int enumSettings(const char *pszSetting, void *param)
void CWeatherProto::GetVarsDescr(CMStringW &wszDescr)
{
- OBJLIST<char> vars(10, mir_strcmp);
+ OBJLIST<char> vars(10, strcmp);
for (int i = 1; i <= 7; i++)
vars.insert(newStr(CMStringA(FORMAT, "Forecast Day %d", i)));