summaryrefslogtreecommitdiff
path: root/BinaryDisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'BinaryDisplay.h')
-rw-r--r--BinaryDisplay.h2
1 files changed, 2 insertions, 0 deletions
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;