Skip to content

Commit 9db45e9

Browse files
alberk8josesimoes
authored andcommitted
Remove static from MatchString
1 parent 0904a05 commit 9db45e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CLR/CorLib/corlib_native_System_String.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ HRESULT Library_corlib_native_System_String::ToCharArray(CLR_RT_StackFrame &stac
586586
}
587587

588588
// Helper function for comparing UTF-8 substrings
589-
static bool MatchString(CLR_RT_UnicodeHelper &inputIter, const char *searchStr, int searchCharLen)
589+
bool MatchString(CLR_RT_UnicodeHelper &inputIter, const char *searchStr, int searchCharLen)
590590
{
591591
// Create copies to preserve original iterator state
592592
CLR_RT_UnicodeHelper inputCopy = inputIter;

0 commit comments

Comments
 (0)