diff options
Diffstat (limited to 'src/gui/models/namesmodel.cpp')
-rw-r--r-- | src/gui/models/namesmodel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/models/namesmodel.cpp b/src/gui/models/namesmodel.cpp index 2e7606274..8d0d77251 100644 --- a/src/gui/models/namesmodel.cpp +++ b/src/gui/models/namesmodel.cpp @@ -45,7 +45,8 @@ std::string NamesModel::getElementAt(int i) return mNames[CAST_SIZE(i)]; } -void NamesModel::fillFromArray(const char *const *const arr, std::size_t sz) +void NamesModel::fillFromArray(const char *const *const arr, + const std::size_t sz) { if (!arr) return; |