those who can't spell need to push thrice.

This commit is contained in:
Robin Gareus
2016-04-04 15:12:22 +02:00
parent 90c8fdb12f
commit 196e910992
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ class LIBARDOUR_API PluginInsert : public Processor
ChanMapping input_map () const;
ChanMapping output_map () const;
bool has_midi_bypass () const;
bool has_midi_trhu () const;
bool has_midi_thru () const;
#ifdef MIXBUS
bool is_channelstrip () const;

View File

@@ -1003,7 +1003,7 @@ PluginInsert::has_midi_bypass () const
}
bool
PluginInsert::has_midi_trhu () const
PluginInsert::has_midi_thru () const
{
if (_configured_in.n_midi () == 1 && _configured_out.n_midi () == 1
&& natural_input_streams ().n_midi () == 0 && natural_output_streams ().n_midi () == 0) {