changeset 111:0fdaf280c797 v1

minor fix
author cin
date Wed, 19 Nov 2014 03:18:42 +0400
parents 1714fd8678ef
children
files Implab.Fx/PromiseHelpers.cs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
         ///     )
         /// </example>
-        public static Promise<T> DispatchToControl<T>(this Promise<T> that, Control ctl)
+        public static Promise<T> DispatchToControl<T>(this IPromise<T> that, Control ctl)
         {
             if (that == null)
                 throw new ArgumentNullException("that");