aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.RemoteDesktop/IFrame.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.RemoteDesktop/IFrame.cs')
-rw-r--r--Software/Visual_Studio/Tango.RemoteDesktop/IFrame.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.RemoteDesktop/IFrame.cs b/Software/Visual_Studio/Tango.RemoteDesktop/IFrame.cs
index f5a69218d..1bdfd7650 100644
--- a/Software/Visual_Studio/Tango.RemoteDesktop/IFrame.cs
+++ b/Software/Visual_Studio/Tango.RemoteDesktop/IFrame.cs
@@ -48,6 +48,6 @@ namespace Tango.RemoteDesktop
/// </summary>
/// <typeparam name="T"></typeparam>
/// <returns></returns>
- IFrameEncoder ToEncoder<T>() where T : IFrameEncoder;
+ T ToEncoder<T>() where T : IFrameEncoder;
}
}