mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 00:51:21 +01:00
Fix Mac build...
This commit is contained in:
@@ -114,7 +114,7 @@ void SelectionBar::Populate()
|
||||
* to do some look-ups, so we'll have to create one. We can't make the
|
||||
* look-ups static because they depend on translations which are done at
|
||||
* runtime */
|
||||
wxString formatName = mListener ? mListener->AS_GetSelectionFormat() : wxEmptyString;
|
||||
wxString formatName = mListener ? mListener->AS_GetSelectionFormat() : wxString(wxEmptyString);
|
||||
|
||||
mainSizer = new wxFlexGridSizer(7, 1, 1);
|
||||
Add(mainSizer, 0, wxALIGN_CENTER_VERTICAL);
|
||||
|
||||
Reference in New Issue
Block a user