diff options
Diffstat (limited to 'src/gui/widgets/textbox.h')
-rw-r--r-- | src/gui/widgets/textbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/textbox.h b/src/gui/widgets/textbox.h index fefd862a0..6ce28ed4b 100644 --- a/src/gui/widgets/textbox.h +++ b/src/gui/widgets/textbox.h @@ -301,7 +301,7 @@ class TextBox final : public Widget, /** * Holds all the rows of the text. */ - std::vector<std::string> mTextRows; + STD_VECTOR<std::string> mTextRows; /** * Holds the current column of the caret. |