diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-04 03:42:23 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-04 03:42:23 +0300 |
commit | efe169c36a145696e64892d53d8c90556a9e7b91 (patch) | |
tree | 298c25870d1b360664cd12495b04ba35abf093bd /src/midi_sequencer.hpp | |
parent | 9c8d04d885946342d0ffd233418e7862b6ca990c (diff) | |
download | libADLMIDI-efe169c36a145696e64892d53d8c90556a9e7b91.tar.gz libADLMIDI-efe169c36a145696e64892d53d8c90556a9e7b91.tar.bz2 libADLMIDI-efe169c36a145696e64892d53d8c90556a9e7b91.zip |
Continue documenting, and apply some minor fixes on other files
Diffstat (limited to 'src/midi_sequencer.hpp')
-rw-r--r-- | src/midi_sequencer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/midi_sequencer.hpp b/src/midi_sequencer.hpp index 89b4619..6eeefa9 100644 --- a/src/midi_sequencer.hpp +++ b/src/midi_sequencer.hpp @@ -354,7 +354,7 @@ public: /** * @brief Sets the RT interface - * @param interface Pre-Initialized interface structure (pointer will be taken) + * @param intrf Pre-Initialized interface structure (pointer will be taken) */ void setInterface(const BW_MidiRtInterface *intrf); |