summaryrefslogtreecommitdiff
path: root/src/gui/charselectdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/charselectdialog.cpp')
-rw-r--r--src/gui/charselectdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/charselectdialog.cpp b/src/gui/charselectdialog.cpp
index 02a89ff2..4bd712f6 100644
--- a/src/gui/charselectdialog.cpp
+++ b/src/gui/charselectdialog.cpp
@@ -345,9 +345,9 @@ CharacterDisplay::CharacterDisplay(CharSelectDialog *charSelectDialog):
mPlayerBox(new PlayerBox)
{
mButton = new Button("", "go", charSelectDialog);
- mName = new Label("");
- mLevel = new Label("");
- mMoney = new Label("");
+ mName = new Label(std::string());
+ mLevel = new Label(std::string());
+ mMoney = new Label(std::string());
mDelete = new Button(_("Delete"), "delete", charSelectDialog);