mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
gcc is funny
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2683 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5402fa67af
commit
bf0bd5f2d7
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue