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:
committed by
Paul Licameli
parent
186679b3a6
commit
942c62b6f6
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user