git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40305
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
// prepend the handler to the beginning of the list because handlers added
// last should have the highest priority to allow overriding them
{
// prepend the handler to the beginning of the list because handlers added
// last should have the highest priority to allow overriding them
- m_Handlers.Insert(0u, handler);
+ m_Handlers.Insert((size_t)0, handler);
}
bool wxFileSystem::HasHandlerForPath(const wxString &location)
}
bool wxFileSystem::HasHandlerForPath(const wxString &location)
bool wxLog::ms_bRepetCounting = false;
wxString wxLog::ms_prevString;
bool wxLog::ms_bRepetCounting = false;
wxString wxLog::ms_prevString;
-size_t wxLog::ms_prevCounter = 0;
+unsigned int wxLog::ms_prevCounter = 0;
time_t wxLog::ms_prevTimeStamp= 0;
wxLogLevel wxLog::ms_prevLevel;
time_t wxLog::ms_prevTimeStamp= 0;
wxLogLevel wxLog::ms_prevLevel;