diff options
| author | lioncash <mathew1800@gmail.com> | 2014-06-04 12:12:24 -0400 |
|---|---|---|
| committer | lioncash <mathew1800@gmail.com> | 2014-06-04 12:12:28 -0400 |
| commit | efdcfe404fcde6d479e8e7f347e22a53c41f3930 (patch) | |
| tree | 9722d0677c9837a3217d296a682e42f036daabe5 /Source/Core/DolphinWX/Debugger/RegisterWindow.cpp | |
| parent | 3a06907653ba037e1ca1a7ca6d0342bf2b18476b (diff) | |
Fix a typo in a function prototype in PowerPCDisasm.h
Should be GetGPRName not GetGRPName.
Removed an unnecessary extern declaration of GetGRPName in RegisterWindow.cpp.
Also added GetFPRName to the PowerPCDisasm header for consistency.
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/RegisterWindow.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/Debugger/RegisterWindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/Debugger/RegisterWindow.cpp b/Source/Core/DolphinWX/Debugger/RegisterWindow.cpp index b34883ea32..f385bf20d0 100644 --- a/Source/Core/DolphinWX/Debugger/RegisterWindow.cpp +++ b/Source/Core/DolphinWX/Debugger/RegisterWindow.cpp @@ -16,8 +16,6 @@ class wxWindow; -extern const char* GetGRPName(unsigned int index); - BEGIN_EVENT_TABLE(CRegisterWindow, wxPanel) END_EVENT_TABLE() |
