...why is this in a header file?
This commit is contained in:
@@ -57,9 +57,9 @@ struct MenuRowDef
|
||||
emShowIn(s), iDefaultChoice(d), choices(),
|
||||
bThemeTitle(bTT), bThemeItems(bTI)
|
||||
{
|
||||
FOREACH(RString, options, str)
|
||||
for (RString &str : options)
|
||||
{
|
||||
if (*str != "") choices.push_back(*str);
|
||||
if (str != "") choices.push_back(str);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user