1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Remove some naked new amd delete in: various

This commit is contained in:
Paul Licameli
2016-04-08 04:32:11 -04:00
committed by Paul Licameli
parent 186679b3a6
commit 942c62b6f6
23 changed files with 165 additions and 251 deletions

View File

@@ -11,6 +11,7 @@
#ifndef __AUDACITY_SPLASH_DLG__
#define __AUDACITY_SPLASH_DLG__
#include "MemoryX.h"
#include <wx/dialog.h>
#include "widgets/wxPanelWrapper.h"
@@ -38,7 +39,7 @@ private:
void OnDontShow( wxCommandEvent & Evt );
HtmlWindow * mpHtml;
wxBitmap* m_pLogo; //vvv
std::unique_ptr<wxBitmap> m_pLogo; //vvv
static SplashDialog * pSelf;
};