mirror of https://github.com/buggins/dlangide.git
fix build error
This commit is contained in:
parent
9d5db4e971
commit
187e80f00f
|
@ -116,7 +116,7 @@ class IDEFrame : VerticalLayout, MenuItemClickHandler {
|
||||||
UIString caption;
|
UIString caption;
|
||||||
caption = "Open Text File"d;
|
caption = "Open Text File"d;
|
||||||
FileDialog dlg = new FileDialog(caption, window, null);
|
FileDialog dlg = new FileDialog(caption, window, null);
|
||||||
dlg.onDialogResult = delegate(Dialog dlg, Action result) {
|
dlg.onDialogResult = delegate(Dialog dlg, const Action result) {
|
||||||
//
|
//
|
||||||
};
|
};
|
||||||
dlg.show();
|
dlg.show();
|
||||||
|
|
Loading…
Reference in New Issue