summaryrefslogtreecommitdiff
path: root/tests/logic_.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/logic_.h')
-rw-r--r--tests/logic_.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/logic_.h b/tests/logic_.h
index a9317aa..690e986 100644
--- a/tests/logic_.h
+++ b/tests/logic_.h
@@ -53,7 +53,7 @@ class Logic_ : public Logic {
int m_bufferCnt;
void process_event(const event_t &event);
- void app_processed();
+ void app_processed() override;
std::condition_variable _m_wait_for_process;
std::mutex _m_mutex_wait_cv;
};