1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-25 07:43:54 +02:00
This commit is contained in:
Paul Licameli
2016-02-18 02:54:50 -05:00
parent 4d154c4d97
commit 84c0a0b666
25 changed files with 1185 additions and 1085 deletions

View File

@@ -313,7 +313,7 @@ protected:
// Proportion set by user rather than default.
int miPropSetByUser;
wxSizer * mpSubSizer;
std::unique_ptr<wxSizer> mpSubSizer;
wxSizer * mpSizer;
wxWindow * mpParent;
wxWindow * mpWind;
@@ -358,7 +358,7 @@ enum
eCloseID = wxID_CANCEL
};
AUDACITY_DLL_API wxSizer *CreateStdButtonSizer( wxWindow *parent,
AUDACITY_DLL_API std::unique_ptr<wxSizer> CreateStdButtonSizer( wxWindow *parent,
long buttons = eOkButton | eCancelButton,
wxWindow *extra = NULL );