fix toUTF8 deprecation warning

This commit is contained in:
Vadim Lopatin 2017-07-24 14:41:19 +03:00
parent f07c7401b2
commit fbac6bd3cb
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import ddebug.common.debugger;
import std.algorithm;
import std.utf : toUTF32;
import std.utf : toUTF8;
import dlangui.core.types : toUTF8;
interface BreakpointListChangeListener {
void onBreakpointListChanged(ProjectSourceFile sourceFile, Breakpoint[] breakpoints);