Merge pull request #223 from xHatchx/master

fixed build error at issue #222
This commit is contained in:
Vadim Lopatin 2017-07-21 08:43:29 +03:00 committed by GitHub
commit 72fa9d114b
1 changed files with 1 additions and 0 deletions

View File

@ -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);