gcc is funny

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2683 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2009-03-19 02:43:48 +00:00
parent 5402fa67af
commit bf0bd5f2d7

View File

@ -60,7 +60,7 @@ private:
FileLogListener *m_fileLog;
ConsoleListener *m_console;
LogManager *m_logManager;
std::queue<std::pair<u8, wxString>> msgQueue;
std::queue<std::pair<u8, wxString> > msgQueue;
DECLARE_EVENT_TABLE()