mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-17 14:11:13 +01:00
Remove some naked new amd delete in: various
This commit is contained in:
committed by
Paul Licameli
parent
186679b3a6
commit
942c62b6f6
@@ -18,6 +18,7 @@
|
||||
#ifndef __AUDACITY_TRACKARTIST__
|
||||
#define __AUDACITY_TRACKARTIST__
|
||||
|
||||
#include "MemoryX.h"
|
||||
#include <wx/brush.h>
|
||||
#include <wx/pen.h>
|
||||
#include "Experimental.h"
|
||||
@@ -200,7 +201,7 @@ class AUDACITY_DLL_API TrackArtist {
|
||||
wxPen muteClippedPen;
|
||||
wxPen blankSelectedPen;
|
||||
|
||||
Ruler *vruler;
|
||||
std::unique_ptr<Ruler> vruler;
|
||||
|
||||
#ifdef EXPERIMENTAL_FFT_Y_GRID
|
||||
bool fftYGridOld;
|
||||
|
||||
Reference in New Issue
Block a user