Skip to content

Commit

Permalink
Squash a pesky compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Mar 14, 2012
1 parent c050aca commit 2b908b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythuibuttontree.cpp
Expand Up @@ -113,7 +113,7 @@ void MythUIButtonTree::SetTreeState(bool refreshAll)
m_visibleLists = 0;
uint listid = 0;

while (listid < m_buttonlists.count())
while (listid < (uint)m_buttonlists.count())
{
MythUIButtonList *list = m_buttonlists.at(listid);

Expand Down

0 comments on commit 2b908b4

Please sign in to comment.