Merge pull request #459 from lioncash/prototype-typo

Fix a typo in a function prototype in PowerPCDisasm.h
This commit is contained in:
Pierre Bourdon
2014-06-08 03:17:06 +02:00
2 changed files with 3 additions and 4 deletions

View File

@ -16,8 +16,6 @@
class wxWindow;
extern const char* GetGRPName(unsigned int index);
BEGIN_EVENT_TABLE(CRegisterWindow, wxPanel)
END_EVENT_TABLE()