summaryrefslogtreecommitdiff
path: root/src/gui/models/modelistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/models/modelistmodel.h')
-rw-r--r--src/gui/models/modelistmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/models/modelistmodel.h b/src/gui/models/modelistmodel.h
index 752bd7ea4..e74dcb69f 100644
--- a/src/gui/models/modelistmodel.h
+++ b/src/gui/models/modelistmodel.h
@@ -49,7 +49,7 @@ class ModeListModel final : public ListModel
* Returns element from container.
*/
std::string getElementAt(int i) override final
- { return mVideoModes[i]; }
+ { return mVideoModes[static_cast<size_t>(i)]; }
/**
* Returns the index corresponding to the given video mode.