summaryrefslogtreecommitdiff
path: root/src/guiEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiEngine.h')
-rw-r--r--src/guiEngine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/guiEngine.h b/src/guiEngine.h
index a59436953..897244808 100644
--- a/src/guiEngine.h
+++ b/src/guiEngine.h
@@ -270,10 +270,10 @@ private:
void drawVersion();
/**
- * specify text to be appended to version string
+ * specify text to appear as top left string
* @param text to set
*/
- void setTopleftText(std::string append);
+ void setTopleftText(const std::string &text);
/** pointer to gui element shown at topleft corner */
irr::gui::IGUIStaticText* m_irr_toplefttext;