diff options
Diffstat (limited to 'src/gui/models/modelistmodel.h')
-rw-r--r-- | src/gui/models/modelistmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/models/modelistmodel.h b/src/gui/models/modelistmodel.h index 05b82b36d..233221f75 100644 --- a/src/gui/models/modelistmodel.h +++ b/src/gui/models/modelistmodel.h @@ -48,7 +48,7 @@ class ModeListModel final : public ListModel /** * Returns element from container. */ - std::string getElementAt(int i) + std::string getElementAt(int i) override final { return mVideoModes[i]; } /** |