X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6631cbd98e7d1139a45841b519ae8aa753a15fbc..cc4d5638c66a409e421420ed7110917755a66788:/src/common/hashmap.cpp diff --git a/src/common/hashmap.cpp b/src/common/hashmap.cpp index cf0343ed38..a9c10e34f2 100644 --- a/src/common/hashmap.cpp +++ b/src/common/hashmap.cpp @@ -4,7 +4,6 @@ // Author: Mattia Barbon // Modified by: // Created: 29/01/2002 -// RCS-ID: $Id$ // Copyright: (c) Mattia Barbon // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -70,7 +69,7 @@ unsigned long _wxHashTableBase2::GetNextPrime( unsigned long n ) } /* someone might try to alloc a 2^32-element hash table */ - wxFAIL_MSG( _T("hash table too big?") ); + wxFAIL_MSG( wxT("hash table too big?") ); /* quiet warning */ return 0;