Minor tweaks.

This commit is contained in:
spx
2011-11-12 15:36:05 +00:00
parent 9f629fac62
commit deef3b0ab4
5 changed files with 36 additions and 34 deletions

View File

@ -2246,7 +2246,7 @@ bool CMeterWindow::ReadSkin()
m_HasButtons = false;
// Get all the sections (i.e. different meters, measures and the other stuff)
std::vector<std::wstring>::const_iterator iter = m_Parser.GetSections().begin();
std::list<std::wstring>::const_iterator iter = m_Parser.GetSections().begin();
for ( ; iter != m_Parser.GetSections().end(); ++iter)
{
const WCHAR* section = (*iter).c_str();