mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
Remove some naked new amd delete in: toolbars
This commit is contained in:
committed by
Paul Licameli
parent
23516a7732
commit
52d12c6913
@@ -11,6 +11,7 @@
|
||||
#ifndef __AUDACITY_MIXER_TOOLBAR__
|
||||
#define __AUDACITY_MIXER_TOOLBAR__
|
||||
|
||||
#include "../MemoryX.h"
|
||||
#include "ToolBar.h"
|
||||
|
||||
class wxImage;
|
||||
@@ -60,8 +61,7 @@ class MixerToolBar final : public ToolBar {
|
||||
void InitializeMixerToolBar();
|
||||
void SetToolTips();
|
||||
|
||||
wxBitmap *mPlayBitmap;
|
||||
wxBitmap *mRecordBitmap;
|
||||
std::unique_ptr<wxBitmap> mPlayBitmap, mRecordBitmap;
|
||||
|
||||
ASlider *mInputSlider;
|
||||
ASlider *mOutputSlider;
|
||||
|
||||
Reference in New Issue
Block a user