mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Return a string instead of a wxChar pointer.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5360 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
387aba7a6c
commit
bfe6e92c15
2 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ class CFrame : public wxFrame
|
|||
int PixelsToPercentage(int,int);
|
||||
void ListChildren();
|
||||
void ListTopWindows();
|
||||
const wxChar * GetMenuLabel(int Id);
|
||||
wxString GetMenuLabel(int Id);
|
||||
|
||||
// Perspectives
|
||||
void AddRemoveBlankPage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue