diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-12-23 19:10:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-12-23 19:10:51 +0300 |
commit | 9336f9ccd10f25f737cad530e8aec841d858c350 (patch) | |
tree | c5b98bb3c390eaea648095b2250516824d9904e7 /src/gui/widgets/textbox.cpp | |
parent | 85c2332abec927c17d7396bf736da8333073fc97 (diff) | |
download | mv-9336f9ccd10f25f737cad530e8aec841d858c350.tar.gz mv-9336f9ccd10f25f737cad530e8aec841d858c350.tar.bz2 mv-9336f9ccd10f25f737cad530e8aec841d858c350.tar.xz mv-9336f9ccd10f25f737cad530e8aec841d858c350.zip |
Fix style issues.
Diffstat (limited to 'src/gui/widgets/textbox.cpp')
-rw-r--r-- | src/gui/widgets/textbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/textbox.cpp b/src/gui/widgets/textbox.cpp index edf360b62..daa13a3e2 100644 --- a/src/gui/widgets/textbox.cpp +++ b/src/gui/widgets/textbox.cpp @@ -494,7 +494,7 @@ void TextBox::setForegroundColorAll(const Color &color1, std::string TextBox::getText() const { if (mTextRows.empty()) - return std::string(""); + return std::string(); int i; std::string text; |