Skip to content

Commit 3274c16

Browse files
committed
Make class internal since it's not a public API
1 parent 97c54e6 commit 3274c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tvl.VisualStudio.MouseFastScroll/FastScrollProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[ContentType("text")]
1010
[Name("FastScroll")]
1111
[TextViewRole(PredefinedTextViewRoles.Interactive)]
12-
public class FastScrollProvider : IMouseProcessorProvider
12+
internal class FastScrollProvider : IMouseProcessorProvider
1313
{
1414
public IMouseProcessor GetAssociatedProcessor(IWpfTextView wpfTextView)
1515
{

0 commit comments

Comments
 (0)