mirror of https://github.com/buggins/dlangide.git
Merge pull request #223 from xHatchx/master
fixed build error at issue #222
This commit is contained in:
commit
72fa9d114b
|
@ -25,6 +25,7 @@ import ddebug.common.debugger;
|
|||
|
||||
import std.algorithm;
|
||||
import std.utf : toUTF32;
|
||||
import std.utf : toUTF8;
|
||||
|
||||
interface BreakpointListChangeListener {
|
||||
void onBreakpointListChanged(ProjectSourceFile sourceFile, Breakpoint[] breakpoints);
|
||||
|
|
Loading…
Reference in New Issue