summaryrefslogtreecommitdiff
path: root/src/gui/widgets/avatar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/avatar.h')
-rw-r--r--src/gui/widgets/avatar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/widgets/avatar.h b/src/gui/widgets/avatar.h
index 0f657895..c6151020 100644
--- a/src/gui/widgets/avatar.h
+++ b/src/gui/widgets/avatar.h
@@ -33,18 +33,18 @@ class Avatar : public gcn::Widget
{
public:
/**
- * Constructor
+ * Constructor.
* @param name Character name
*/
Avatar(const std::string &name);
/**
- * Set the avatar online status
+ * Set the avatar online status.
*/
- void setOnline(bool status);
+ void setOnline(bool online);
/**
- * Draws the Avatar
+ * Draws the avatar.
*/
void draw(gcn::Graphics *g);