4,1M07,01E08,01R09,01G11,01E 12,01R06,01A04,01G07,01E
(merge rage)
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ public:
|
|||||||
RString GetSelectedGroup() const
|
RString GetSelectedGroup() const
|
||||||
{
|
{
|
||||||
if( !SHOW_GROUPS.GetValue() ) return GROUP_ALL;
|
if( !SHOW_GROUPS.GetValue() ) return GROUP_ALL;
|
||||||
ASSERT_M(m_iSelection[ROW_GROUP] < m_sGroups.size(),
|
ASSERT_M(m_iSelection[ROW_GROUP] < (int)m_sGroups.size(),
|
||||||
ssprintf("Group selection %d < Number of groups %d", m_iSelection[ROW_GROUP], (int)m_sGroups.size()));
|
ssprintf("Group selection %d < Number of groups %d", m_iSelection[ROW_GROUP], (int)m_sGroups.size()));
|
||||||
return m_sGroups[m_iSelection[ROW_GROUP]];
|
return m_sGroups[m_iSelection[ROW_GROUP]];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user