Revert "GUI: Fix int/int32 build failures"
This reverts commit c2bd0cfb90
.
This commit is contained in:
parent
b47e8c6291
commit
58c5c29f88
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ void EditableWidget::drawCaret(bool erase) {
|
|||
|
||||
if (erase) {
|
||||
GUI::EditableWidget::String character;
|
||||
int32 width;
|
||||
int width;
|
||||
|
||||
if ((uint)_caretPos < _editString.size()) {
|
||||
const byte chr = _editString[_caretPos];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue