summaryrefslogtreecommitdiff
path: root/src/gui/windows/statuswindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-17 23:11:36 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-17 23:11:36 +0300
commit5704f4887327b5415300c066ec5296c9dd110070 (patch)
tree1ce0308d3886b43d9f9c82809a7b25ddf49eda2f /src/gui/windows/statuswindow.h
parent6f7e50348f6366e5bf7f3a20b2b65297c811f3ba (diff)
downloadManaVerse-5704f4887327b5415300c066ec5296c9dd110070.tar.gz
ManaVerse-5704f4887327b5415300c066ec5296c9dd110070.tar.bz2
ManaVerse-5704f4887327b5415300c066ec5296c9dd110070.tar.xz
ManaVerse-5704f4887327b5415300c066ec5296c9dd110070.zip
add restrict into statuswindow.
Diffstat (limited to 'src/gui/windows/statuswindow.h')
-rw-r--r--src/gui/windows/statuswindow.h7
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);