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;
|
||||
caption = "Open Text File"d;
|
||||
FileDialog dlg = new FileDialog(caption, window, null);
|
||||
dlg.onDialogResult = delegate(Dialog dlg, Action result) {
|
||||
dlg.onDialogResult = delegate(Dialog dlg, const Action result) {
|
||||
//
|
||||
};
|
||||
dlg.show();
|
||||
|
|
Loading…
Reference in New Issue