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/PatternMatching/CamelCaseResult.cs')
-rw-r--r--src/Text/Impl/PatternMatching/CamelCaseResult.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Impl/PatternMatching/CamelCaseResult.cs b/src/Text/Impl/PatternMatching/CamelCaseResult.cs
index f67572b..f11c61b 100644
--- a/src/Text/Impl/PatternMatching/CamelCaseResult.cs
+++ b/src/Text/Impl/PatternMatching/CamelCaseResult.cs
@@ -47,7 +47,7 @@ namespace Microsoft.VisualStudio.Text.PatternMatching.Implementation
}
}
- private static PatternMatchKind GetCamelCaseKind(CamelCaseResult result, StringBreaks candidateHumps)
+ private static PatternMatchKind GetCamelCaseKind(CamelCaseResult result)
{
/* CamelCase PatternMatchKind truth table:
* | FromStart | ToEnd | Contiguous || PatternMatchKind |