diff --git a/ILSpy/FilterSettings.cs b/ILSpy/FilterSettings.cs index e1e11269c..11930783e 100644 --- a/ILSpy/FilterSettings.cs +++ b/ILSpy/FilterSettings.cs @@ -73,7 +73,7 @@ namespace ICSharpCode.ILSpy /// /// Gets whether a node with the specified text is matched by the current search term. /// - public bool SearchTermMatches(string text) + public virtual bool SearchTermMatches(string text) { if (string.IsNullOrEmpty(searchTerm)) return true;