#endif
#ifndef WX_PRECOMP
+ #include "wx/window.h"
#endif
#include "wx/univ/scrtimer.h"
wxScrollArrows::~wxScrollArrows()
{
// it should have been destroyed
- wxASSERT_MSG( !m_captureData, _T("memory leak in wxScrollArrows") );
+ wxASSERT_MSG( !m_captureData, wxT("memory leak in wxScrollArrows") );
}
// ----------------------------------------------------------------------------
return true;
}
-