# HG changeset patch # User cin # Date 2014-11-18 23:18:42 # Node ID 0fdaf280c79798dc30ee1b2097ae4f94d4836779 # Parent 1714fd8678efdc39734f3b99fbe23445e414f59d minor fix diff --git a/Implab.Fx/PromiseHelpers.cs b/Implab.Fx/PromiseHelpers.cs --- a/Implab.Fx/PromiseHelpers.cs +++ b/Implab.Fx/PromiseHelpers.cs @@ -25,7 +25,7 @@ namespace Implab.Fx /// description => m_ctl.Text = description // now it's safe /// ) /// - public static Promise DispatchToControl(this Promise that, Control ctl) + public static Promise DispatchToControl(this IPromise that, Control ctl) { if (that == null) throw new ArgumentNullException("that");