fix string concatenation warnings

This commit is contained in:
Vadim Lopatin 2016-11-03 16:22:49 +03:00
parent 7d38f2bcff
commit 1f1459bd52
1 changed files with 4 additions and 4 deletions

View File

@ -354,10 +354,10 @@ class ConsoleDrawBuf : DrawBuf {
static immutable dstring SPACE_STRING = static immutable dstring SPACE_STRING =
" " " "
" " ~ " "
" " ~ " "
" " ~ " "
" "; ~ " ";
/// fill rectangle with solid color (clipping is applied) /// fill rectangle with solid color (clipping is applied)
override void fillRect(Rect rc, uint color) { override void fillRect(Rect rc, uint color) {