// Author: Vadim Zeitlin
// Modified by:
// Created: 14.08.2003
-// RCS-ID: $Id$
// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
~wxRecursionGuard()
{
- wxASSERT_MSG( m_flag > 0, _T("unbalanced wxRecursionGuards!?") );
+ wxASSERT_MSG( m_flag > 0, wxT("unbalanced wxRecursionGuards!?") );
m_flag--;
}