File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ class ContractStatsManager : public PolicyStatsManager {
77
77
/*
78
78
* Derived class API to delete indexth counter object
79
79
*/
80
- void clearCounterObject (const std::string& key,uint8_t index) override ;
80
+ virtual void clearCounterObject (const std::string& key,uint8_t index) override ;
81
81
82
82
/* * Interface: ObjectListener */
83
83
void objectUpdated (opflex::modb::class_id_t class_id,
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class SecGrpStatsManager : public PolicyStatsManager {
66
66
* @param key the key of the object to remove
67
67
* @param index the index of the counter to remove
68
68
*/
69
- void clearCounterObject (const std::string& key,uint8_t index);
69
+ virtual void clearCounterObject (const std::string& key,uint8_t index);
70
70
71
71
/* * Interface: ObjectListener */
72
72
void objectUpdated (opflex::modb::class_id_t class_id,
You can’t perform that action at this time.
0 commit comments