C++ is deprecating the incrementing of type bool.

From: Erik Hovland <erik@hovland.org>


---

 mythtv/programs/mythfilldatabase/icondata.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/mythtv/programs/mythfilldatabase/icondata.cpp b/mythtv/programs/mythfilldatabase/icondata.cpp
index 15da904..9a4682e 100644
--- a/mythtv/programs/mythfilldatabase/icondata.cpp
+++ b/mythtv/programs/mythfilldatabase/icondata.cpp
@@ -185,7 +185,7 @@ void IconData::UpdateSourceIcons(uint sourceid)
         return;
     }
 
-    bool count = 0;
+    unsigned int count = 0;
     while (query.next())
     {
         count++;
