summaryrefslogtreecommitdiff
path: root/src/inputprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputprocessor.h')
-rw-r--r--src/inputprocessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputprocessor.h b/src/inputprocessor.h
index 95fdfdb..794ca54 100644
--- a/src/inputprocessor.h
+++ b/src/inputprocessor.h
@@ -56,7 +56,7 @@ public:
private:
DrumKit& kit;
std::list<Event*>* activeevents;
- bool is_stopping; ///< Is set to true when a TYPE_STOP event has been seen.
+ bool is_stopping; ///< Is set to true when a EventType::Stop event has been seen.
bool processOnset(event_t& event, std::size_t pos, double resample_ratio);
bool processStop(event_t& event);