fix build error

This commit is contained in:
Vadim Lopatin 2014-12-27 08:55:02 +03:00
parent 9d5db4e971
commit 187e80f00f
1 changed files with 1 additions and 1 deletions

View File

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