mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-02 18:04:23 +01:00
fix Windows build
This commit is contained in:
@@ -1956,6 +1956,9 @@ AdornedRulerPanel::AdornedRulerPanel(AudacityProject* parent,
|
||||
, mProject(parent)
|
||||
, mViewInfo(viewinfo)
|
||||
{
|
||||
for (auto &button : mButtons)
|
||||
button = nullptr;
|
||||
|
||||
ReCreateButtons();
|
||||
|
||||
SetLabel( _("Timeline") );
|
||||
|
||||
@@ -446,7 +446,7 @@ private:
|
||||
|
||||
friend QuickPlayRulerOverlay;
|
||||
|
||||
wxWindow *mButtons[1] { {} };
|
||||
wxWindow *mButtons[1];
|
||||
bool mNeedButtonUpdate { true };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user