Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Impl/EditorPrimitives/DefaultViewPrimitivesFactoryService.cs')
-rw-r--r--src/Text/Impl/EditorPrimitives/DefaultViewPrimitivesFactoryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Impl/EditorPrimitives/DefaultViewPrimitivesFactoryService.cs b/src/Text/Impl/EditorPrimitives/DefaultViewPrimitivesFactoryService.cs
index 09e9d25..99400b7 100644
--- a/src/Text/Impl/EditorPrimitives/DefaultViewPrimitivesFactoryService.cs
+++ b/src/Text/Impl/EditorPrimitives/DefaultViewPrimitivesFactoryService.cs
@@ -44,7 +44,7 @@ namespace Microsoft.VisualStudio.Text.EditorPrimitives.Implementation
return new DefaultDisplayTextRangePrimitive(textView, textRange);
}
- public Selection CreateSelection(TextView textView)
+ public LegacySelection CreateSelection(TextView textView)
{
if (textView.Selection == null)
{