mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Removed extra prefix CommandManager:: which is OK in MSVC but not gcc.
This commit is contained in:
parent
8ed52d36cc
commit
5125ee20d3
@ -193,7 +193,7 @@ class AUDACITY_DLL_API CommandManager: public XMLTagHandler
|
||||
void GetCategories(wxArrayString &cats);
|
||||
void GetAllCommandNames(wxArrayString &names, bool includeMultis);
|
||||
void GetAllCommandLabels(wxArrayString &labels, bool includeMultis);
|
||||
void CommandManager::GetAllCommandData(
|
||||
void GetAllCommandData(
|
||||
wxArrayString &names, wxArrayString &keys, wxArrayString &default_keys,
|
||||
wxArrayString &labels, wxArrayString & categories,
|
||||
bool includeMultis);
|
||||
|
Loading…
x
Reference in New Issue
Block a user