Skip to content
Snippets Groups Projects
Commit 060b849a authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by François Cartegnie
Browse files

adaptive: AbstractAdapatiationLogic: mark getPeriodDuration as override

Fix the warning:

../../modules/demux/adaptive/logic/AbstractAdaptationLogic.h:51:45: warning: 'updateDownloadRate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void                updateDownloadRate     (const ID &, size_t, vlc_tick_t);
                                            ^

(cherry picked from commit e57bd2ac)
parent 3888d24e
No related branches found
No related tags found
2 merge requests!3533Backport MR 3236 to 3.0.x,!1123[3.0.x] backport/upgrade adaptive code
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment