diff options
Diffstat (limited to 'src/inputprocessor.h')
-rw-r--r-- | src/inputprocessor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inputprocessor.h b/src/inputprocessor.h index 7e03737..da370ec 100644 --- a/src/inputprocessor.h +++ b/src/inputprocessor.h @@ -43,6 +43,6 @@ private: std::list<Event*>* activeevents; bool is_stopping; ///< Is set to true when a TYPE_STOP event has been seen. - bool process_onset(const event_t& event, size_t pos, double resample_ratio); - bool process_stop(const event_t& event); + bool processOnset(const event_t& event, size_t pos, double resample_ratio); + bool processStop(const event_t& event); }; |