From 1ae970dfd86a8c314660379fcbc9c7995778e5b5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 25 Feb 2013 00:50:45 +0000 Subject: Make minimum gain a constant. --- src/wx/audio_plot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wx/audio_plot.h') diff --git a/src/wx/audio_plot.h b/src/wx/audio_plot.h index dfc1b18ae..b2ae139d1 100644 --- a/src/wx/audio_plot.h +++ b/src/wx/audio_plot.h @@ -39,4 +39,6 @@ private: int _channel; /** gain to apply in dB */ float _gain; + + static const int _minimum; }; -- cgit v1.2.3