mirror of
https://github.com/transmission/transmission.git
synced 2025-12-19 18:08:31 +00:00
fix Wsuggest-override clang-16 warnings (#3795)
This commit is contained in:
@@ -2132,7 +2132,7 @@ public:
|
||||
static std::unique_ptr<EditTrackersDialog> create(DetailsDialog& parent, Glib::RefPtr<Session> core, tr_torrent const* tor);
|
||||
|
||||
private:
|
||||
void on_response(int response);
|
||||
void on_response(int response) override;
|
||||
|
||||
private:
|
||||
DetailsDialog& parent_;
|
||||
@@ -2243,7 +2243,7 @@ public:
|
||||
static std::unique_ptr<AddTrackerDialog> create(DetailsDialog& parent, Glib::RefPtr<Session> core, tr_torrent const* tor);
|
||||
|
||||
private:
|
||||
void on_response(int response);
|
||||
void on_response(int response) override;
|
||||
|
||||
private:
|
||||
DetailsDialog& parent_;
|
||||
|
||||
Reference in New Issue
Block a user