From 48327871ecd3327c6a7f218d4846d7ae22b0fcae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Mon, 25 Apr 2016 12:04:10 +0200 Subject: Style fix in InputProcessor class. --- src/inputprocessor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/inputprocessor.h') 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* 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); }; -- cgit v1.2.3