diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-25 00:50:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-25 00:50:45 +0000 |
| commit | 1ae970dfd86a8c314660379fcbc9c7995778e5b5 (patch) | |
| tree | 4f913527335895affde57ad1ddf3fc62918d139d /src/wx/audio_plot.h | |
| parent | 5702637ee38f0349fd0b7f17f10bda581e795a9d (diff) | |
Make minimum gain a constant.
Diffstat (limited to 'src/wx/audio_plot.h')
| -rw-r--r-- | src/wx/audio_plot.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |
