summaryrefslogtreecommitdiff
path: root/src/gui/models/namesmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/models/namesmodel.h')
-rw-r--r--src/gui/models/namesmodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/models/namesmodel.h b/src/gui/models/namesmodel.h
index 0f75b0bc8..63af17db6 100644
--- a/src/gui/models/namesmodel.h
+++ b/src/gui/models/namesmodel.h
@@ -52,7 +52,8 @@ class NamesModel notfinal : public ListModel
void add(const std::string &str)
{ mNames.push_back(str); }
- void fillFromArray(const char *const *const arr, std::size_t size);
+ void fillFromArray(const char *const *const arr,
+ const std::size_t size);
protected:
StringVect mNames;