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.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/inputprocessor.cc') diff --git a/src/inputprocessor.cc b/src/inputprocessor.cc index 836cb92..4344144 100644 --- a/src/inputprocessor.cc +++ b/src/inputprocessor.cc @@ -61,7 +61,7 @@ bool InputProcessor::process(const std::vector& events, size_t pos, dou return true; } -bool InputProcessor::process_onset(const event_t& event, size_t pos, double resample_ratio) +bool InputProcessor::processOnset(const event_t& event, size_t pos, double resample_ratio) { if(!kit.isValid()) { return false; @@ -133,7 +133,7 @@ bool InputProcessor::process_onset(const event_t& event, size_t pos, double resa return true; } -bool InputProcessor::process_stop(const event_t& event) +bool InputProcessor::processStop(const event_t& event) { if(event.type == TYPE_STOP) { -- cgit v1.2.3