please ignore just a test

This commit is contained in:
Justin Luong 2016-01-22 11:05:43 +10:00
parent be7c8c7553
commit c4df3ccd10
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ public:
/** Sets the text that this Label is to display.*/
virtual void setString(const std::string& text) override;
/** Return the text the Label is displaying.*/
/** Return the text the Label is currently displaying.*/
virtual const std::string& getString() const override { return _utf8Text; }
/**