From 6658e28681480939ba0aaf46ecda9ea6d3642eb9 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 2 Jul 2020 11:38:07 +0930 Subject: Functionality link deleting for binary display works --- BinaryDisplay.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BinaryDisplay.h') diff --git a/BinaryDisplay.h b/BinaryDisplay.h index b6afca2..82610c0 100644 --- a/BinaryDisplay.h +++ b/BinaryDisplay.h @@ -32,6 +32,8 @@ class BinaryDisplay : public Object void remove_input_object(int id) override; int get_sum_value() { return sum_value; }; + + std::string get_object_name() override { return "bdsp"; }; private: int sum_value = 0; -- cgit v1.2.3