diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-17 23:11:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-17 23:11:36 +0300 |
commit | 5704f4887327b5415300c066ec5296c9dd110070 (patch) | |
tree | 1ce0308d3886b43d9f9c82809a7b25ddf49eda2f /src/gui/windows/statuswindow.h | |
parent | 6f7e50348f6366e5bf7f3a20b2b65297c811f3ba (diff) | |
download | plus-5704f4887327b5415300c066ec5296c9dd110070.tar.gz plus-5704f4887327b5415300c066ec5296c9dd110070.tar.bz2 plus-5704f4887327b5415300c066ec5296c9dd110070.tar.xz plus-5704f4887327b5415300c066ec5296c9dd110070.zip |
add restrict into statuswindow.
Diffstat (limited to 'src/gui/windows/statuswindow.h')
-rw-r--r-- | src/gui/windows/statuswindow.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/windows/statuswindow.h b/src/gui/windows/statuswindow.h index 8748e3feb..762ce4e08 100644 --- a/src/gui/windows/statuswindow.h +++ b/src/gui/windows/statuswindow.h @@ -60,10 +60,9 @@ class StatusWindow final : public Window, void setPointsNeeded(const int id, const int needed); - void addAttribute(const int id, const std::string &name, - const std::string &shortName = "", - const bool modifiable = false, - const std::string &description = ""); + void addAttribute(const int id, const std::string &restrict name, + const std::string &restrict shortName = "", + const bool modifiable = false); static void updateHPBar(ProgressBar *const bar, const bool showMax = false); |