# HG changeset patch # User cin # Date 1416352722 -14400 # Node ID 0fdaf280c79798dc30ee1b2097ae4f94d4836779 # Parent 1714fd8678efdc39734f3b99fbe23445e414f59d minor fix diff -r 1714fd8678ef -r 0fdaf280c797 Implab.Fx/PromiseHelpers.cs --- a/Implab.Fx/PromiseHelpers.cs Wed Sep 03 18:34:02 2014 +0400 +++ b/Implab.Fx/PromiseHelpers.cs Wed Nov 19 03:18:42 2014 +0400 @@ -25,7 +25,7 @@ /// 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");