diff options
Diffstat (limited to 'src/gui/models/modelistmodel.cpp')
-rw-r--r-- | src/gui/models/modelistmodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/models/modelistmodel.cpp b/src/gui/models/modelistmodel.cpp index d70be4b1f..60974bb7e 100644 --- a/src/gui/models/modelistmodel.cpp +++ b/src/gui/models/modelistmodel.cpp @@ -54,6 +54,7 @@ static bool modeSorter(const std::string &mode1, const std::string &mode2) #endif // ANDROID ModeListModel::ModeListModel() : + ListModel(), mVideoModes() { SDL::getAllVideoModes(mVideoModes); |