diff options
Diffstat (limited to 'gui/ListWidget.cpp')
| -rw-r--r-- | gui/ListWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ListWidget.cpp b/gui/ListWidget.cpp index c43a0f64d7..80898d06c8 100644 --- a/gui/ListWidget.cpp +++ b/gui/ListWidget.cpp @@ -495,7 +495,7 @@ void ListWidget::reflowLayout() { _entriesPerPage = (_h - _topPadding - _bottomPadding) / kLineHeight; - delete [] _textWidth; + delete[] _textWidth; _textWidth = new int[_entriesPerPage]; for (int i = 0; i < _entriesPerPage; i++) |
