diff options
Diffstat (limited to 'src/debug/simple-event.h')
| -rw-r--r-- | src/debug/simple-event.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/debug/simple-event.h b/src/debug/simple-event.h index 076b9b4b5..b22f1c2ee 100644 --- a/src/debug/simple-event.h +++ b/src/debug/simple-event.h @@ -34,13 +34,13 @@ public: static Category category() { return C; } - Util::ptr_shared name() const { return _name; } - unsigned propertyCount() const { return _properties.size(); } - PropertyPair property(unsigned property) const { + Util::ptr_shared name() const override { return _name; } + unsigned propertyCount() const override { return _properties.size(); } + PropertyPair property(unsigned property) const override { return _properties[property]; } - void generateChildEvents() const {} + void generateChildEvents() const override {} protected: void _addProperty(Util::ptr_shared name, |
