fixing bustage: adding |typename| where needed

git-svn-id: svn://10.0.0.236/trunk@94806 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%mozilla.org
2001-05-13 05:50:11 +00:00
parent e7225c2d22
commit 511cefd56a
2 changed files with 2 additions and 2 deletions

View File

@@ -412,7 +412,7 @@ ToLowerCase( nsACString& aCString )
template <class StringT, class Comparator>
PRBool
FindInReadable_Impl( const StringT& aPattern, StringT::const_iterator& aSearchStart, StringT::const_iterator& aSearchEnd, const Comparator& compare )
FindInReadable_Impl( const StringT& aPattern, typename StringT::const_iterator& aSearchStart, typename StringT::const_iterator& aSearchEnd, const Comparator& compare )
{
PRBool found_it = PR_FALSE;