summaryrefslogtreecommitdiff
path: root/src/gui/debugwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/debugwindow.cpp')
-rw-r--r--src/gui/debugwindow.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/debugwindow.cpp b/src/gui/debugwindow.cpp
index 43d84f61..047e4170 100644
--- a/src/gui/debugwindow.cpp
+++ b/src/gui/debugwindow.cpp
@@ -59,12 +59,12 @@ public:
mFPSText = _("%d FPS");
}
- mFPSLabel = new Label("");
- mMusicFileLabel = new Label("");
- mMapLabel = new Label("");
- mMinimapLabel = new Label("");
- mTileMouseLabel = new Label("");
- mParticleCountLabel = new Label("");
+ mFPSLabel = new Label(std::string());
+ mMusicFileLabel = new Label(std::string());
+ mMapLabel = new Label(std::string());
+ mMinimapLabel = new Label(std::string());
+ mTileMouseLabel = new Label(std::string());
+ mParticleCountLabel = new Label(std::string());
LayoutHelper h(this);
ContainerPlacer place = h.getPlacer(0, 0);