Fix missing override
This commit is contained in:
parent
e9dda05a3f
commit
6f036ab3c8
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ public:
|
|||
bool actionSelected) override;
|
||||
|
||||
private:
|
||||
void refreshStatus();
|
||||
void refreshStatus() override;
|
||||
static Type ComputeType(not_null<const HistoryItem*> item);
|
||||
|
||||
std::vector<not_null<HistoryItem*>> _items;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue