mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 16:11:11 +01:00
Move ENV_DB_RANGE out of Envelope.h; that file can be included in fewer places.
This commit is contained in:
@@ -13,6 +13,13 @@
|
||||
|
||||
********************************************************************/
|
||||
|
||||
#ifndef __AUDACITY_SOUND_ACTIVATED_RECORD__
|
||||
#define __AUDACITY_SOUND_ACTIVATED_RECORD__
|
||||
|
||||
#include <wx/dialog.h>
|
||||
|
||||
class ShuttleGui;
|
||||
|
||||
class SoundActivatedRecord : public wxDialog
|
||||
{
|
||||
public:
|
||||
@@ -27,3 +34,4 @@ private:
|
||||
DECLARE_EVENT_TABLE();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user