Build fix.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5431 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
fd1ea33fb2
commit
a8659054ac
|
@ -95,7 +95,7 @@ public:
|
|||
|
||||
protected:
|
||||
//NetPlay(Common::ThreadFunc entry, void* arg) : m_thread(entry, arg) {}
|
||||
void NetPlay::GetBufferedPad(const u8 pad_nb, NetPad* const netvalues);
|
||||
void GetBufferedPad(const u8 pad_nb, NetPad* const netvalues);
|
||||
void UpdateGUI();
|
||||
void AppendChatGUI(const std::string& msg);
|
||||
|
||||
|
|
Loading…
Reference in New Issue