mirror of https://github.com/buggins/dlangide.git
fix toUTF8 deprecation warning
This commit is contained in:
parent
f07c7401b2
commit
fbac6bd3cb
|
@ -25,7 +25,7 @@ import ddebug.common.debugger;
|
||||||
|
|
||||||
import std.algorithm;
|
import std.algorithm;
|
||||||
import std.utf : toUTF32;
|
import std.utf : toUTF32;
|
||||||
import std.utf : toUTF8;
|
import dlangui.core.types : toUTF8;
|
||||||
|
|
||||||
interface BreakpointListChangeListener {
|
interface BreakpointListChangeListener {
|
||||||
void onBreakpointListChanged(ProjectSourceFile sourceFile, Breakpoint[] breakpoints);
|
void onBreakpointListChanged(ProjectSourceFile sourceFile, Breakpoint[] breakpoints);
|
||||||
|
|
Loading…
Reference in New Issue