The branch, master has been updated
via bd5a32a90a0f2abb6f992d483c5dff00802ea974 (commit)
from 3404df3c3c36f55a1b7b53d41d65976cc605979c (commit)
https://github.com/xbmc/xbmc/commit/bd5a32a90a0f2abb6f992d483c5dff00802ea974
commit bd5a32a90a0f2abb6f992d483c5dff00802ea974
Author: Martin van Beurden <chadoe@...>
Date: Tue Dec 27 15:03:29 2011 +0100
[WIN32] fixed: build error
diff --git a/xbmc/utils/Weather.h b/xbmc/utils/Weather.h
index d986f21..21796ce 100644
--- a/xbmc/utils/Weather.h
+++ b/xbmc/utils/Weather.h
@@ -131,7 +131,7 @@ private:
};
std::map<CStdString, int, ci_less> m_localizedTokens;
- typedef std::map<CStdString, int>::const_iterator ilocalizedTokens;
+ typedef std::map<CStdString, int, ci_less>::const_iterator ilocalizedTokens;
CWeatherInfo m_info;
int m_location;
-----------------------------------------------------------------------
Summary of changes:
xbmc/utils/Weather.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
[xbmc/xbmc]
|