remove extraneous semicolons (patch 1299687)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -166,8 +166,8 @@ WX_DECLARE_OBJARRAY(wxCmdLineParam, wxArrayParams);
|
|||||||
|
|
||||||
#include "wx/arrimpl.cpp"
|
#include "wx/arrimpl.cpp"
|
||||||
|
|
||||||
WX_DEFINE_OBJARRAY(wxArrayOptions);
|
WX_DEFINE_OBJARRAY(wxArrayOptions)
|
||||||
WX_DEFINE_OBJARRAY(wxArrayParams);
|
WX_DEFINE_OBJARRAY(wxArrayParams)
|
||||||
|
|
||||||
// the parser internal state
|
// the parser internal state
|
||||||
struct wxCmdLineParserData
|
struct wxCmdLineParserData
|
||||||
|
@@ -4280,7 +4280,7 @@ wxString wxTimeSpan::Format(const wxChar *format) const
|
|||||||
|
|
||||||
#include "wx/arrimpl.cpp"
|
#include "wx/arrimpl.cpp"
|
||||||
|
|
||||||
WX_DEFINE_OBJARRAY(wxDateTimeArray);
|
WX_DEFINE_OBJARRAY(wxDateTimeArray)
|
||||||
|
|
||||||
static int wxCMPFUNC_CONV
|
static int wxCMPFUNC_CONV
|
||||||
wxDateTimeCompareFunc(wxDateTime **first, wxDateTime **second)
|
wxDateTimeCompareFunc(wxDateTime **first, wxDateTime **second)
|
||||||
|
@@ -44,7 +44,7 @@
|
|||||||
#include "wx/mac/private.h"
|
#include "wx/mac/private.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
WX_DEFINE_USER_EXPORTED_OBJARRAY(wxDynamicLibraryDetailsArray);
|
WX_DEFINE_USER_EXPORTED_OBJARRAY(wxDynamicLibraryDetailsArray)
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
// implementation
|
// implementation
|
||||||
|
@@ -1074,7 +1074,7 @@ void wxEvtHandler::ClearEventLocker()
|
|||||||
delete m_eventsLocker;
|
delete m_eventsLocker;
|
||||||
m_eventsLocker = NULL;
|
m_eventsLocker = NULL;
|
||||||
#endif
|
#endif
|
||||||
};
|
}
|
||||||
|
|
||||||
#endif // wxUSE_THREADS
|
#endif // wxUSE_THREADS
|
||||||
|
|
||||||
@@ -1367,7 +1367,7 @@ bool wxEvtHandler::SearchDynamicEventTable( wxEvent& event )
|
|||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
};
|
}
|
||||||
|
|
||||||
void wxEvtHandler::DoSetClientObject( wxClientData *data )
|
void wxEvtHandler::DoSetClientObject( wxClientData *data )
|
||||||
{
|
{
|
||||||
|
@@ -502,7 +502,7 @@ private:
|
|||||||
wxPluralFormsNodePtr m_plural;
|
wxPluralFormsNodePtr m_plural;
|
||||||
};
|
};
|
||||||
|
|
||||||
wxDEFINE_SCOPED_PTR_TYPE(wxPluralFormsCalculator);
|
wxDEFINE_SCOPED_PTR_TYPE(wxPluralFormsCalculator)
|
||||||
|
|
||||||
void wxPluralFormsCalculator::init(wxPluralFormsToken::Number nplurals,
|
void wxPluralFormsCalculator::init(wxPluralFormsToken::Number nplurals,
|
||||||
wxPluralFormsNode* plural)
|
wxPluralFormsNode* plural)
|
||||||
@@ -1412,7 +1412,7 @@ const wxChar *wxMsgCatalog::GetString(const wxChar *sz, size_t n) const
|
|||||||
|
|
||||||
#include "wx/arrimpl.cpp"
|
#include "wx/arrimpl.cpp"
|
||||||
WX_DECLARE_EXPORTED_OBJARRAY(wxLanguageInfo, wxLanguageInfoArray);
|
WX_DECLARE_EXPORTED_OBJARRAY(wxLanguageInfo, wxLanguageInfoArray);
|
||||||
WX_DEFINE_OBJARRAY(wxLanguageInfoArray);
|
WX_DEFINE_OBJARRAY(wxLanguageInfoArray)
|
||||||
|
|
||||||
wxLanguageInfoArray *wxLocale::ms_languagesDB = NULL;
|
wxLanguageInfoArray *wxLocale::ms_languagesDB = NULL;
|
||||||
|
|
||||||
@@ -3536,7 +3536,7 @@ void wxLocale::InitLanguagesDB()
|
|||||||
LNG(wxLANGUAGE_ZHUANG, "za" , 0 , 0 , "Zhuang")
|
LNG(wxLANGUAGE_ZHUANG, "za" , 0 , 0 , "Zhuang")
|
||||||
LNG(wxLANGUAGE_ZULU, "zu" , 0 , 0 , "Zulu")
|
LNG(wxLANGUAGE_ZULU, "zu" , 0 , 0 , "Zulu")
|
||||||
|
|
||||||
};
|
}
|
||||||
#undef LNG
|
#undef LNG
|
||||||
|
|
||||||
// --- --- --- generated code ends here --- --- ---
|
// --- --- --- generated code ends here --- --- ---
|
||||||
|
@@ -110,7 +110,7 @@ wxFileTypeInfo::wxFileTypeInfo(const wxArrayString& sArray)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#include "wx/arrimpl.cpp"
|
#include "wx/arrimpl.cpp"
|
||||||
WX_DEFINE_OBJARRAY(wxArrayFileTypeInfo);
|
WX_DEFINE_OBJARRAY(wxArrayFileTypeInfo)
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
// implementation of the wrapper classes
|
// implementation of the wrapper classes
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
#include "wx/log.h"
|
#include "wx/log.h"
|
||||||
#include "wx/listimpl.cpp"
|
#include "wx/listimpl.cpp"
|
||||||
|
|
||||||
WX_DEFINE_LIST(wxModuleList);
|
WX_DEFINE_LIST(wxModuleList)
|
||||||
|
|
||||||
IMPLEMENT_CLASS(wxModule, wxObject)
|
IMPLEMENT_CLASS(wxModule, wxObject)
|
||||||
|
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
// definitions
|
// definitions
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|
||||||
IMPLEMENT_CLASS(wxURI, wxObject);
|
IMPLEMENT_CLASS(wxURI, wxObject)
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// implementation
|
// implementation
|
||||||
|
@@ -1934,7 +1934,7 @@ wxStringList& wxVariant::GetStringList() const
|
|||||||
void wxVariant::NullList()
|
void wxVariant::NullList()
|
||||||
{
|
{
|
||||||
SetData(new wxVariantDataList());
|
SetData(new wxVariantDataList());
|
||||||
};
|
}
|
||||||
|
|
||||||
// Append to list
|
// Append to list
|
||||||
void wxVariant::Append(const wxVariant& value)
|
void wxVariant::Append(const wxVariant& value)
|
||||||
|
@@ -104,9 +104,9 @@ static wxAtomMap wxAtomTable;
|
|||||||
|
|
||||||
#include "wx/listimpl.cpp"
|
#include "wx/listimpl.cpp"
|
||||||
|
|
||||||
WX_DEFINE_LIST(wxDDEClientList);
|
WX_DEFINE_LIST(wxDDEClientList)
|
||||||
WX_DEFINE_LIST(wxDDEServerList);
|
WX_DEFINE_LIST(wxDDEServerList)
|
||||||
WX_DEFINE_LIST(wxDDEConnectionList);
|
WX_DEFINE_LIST(wxDDEConnectionList)
|
||||||
|
|
||||||
static wxDDEClientList wxDDEClientObjects;
|
static wxDDEClientList wxDDEClientObjects;
|
||||||
static wxDDEServerList wxDDEServerObjects;
|
static wxDDEServerList wxDDEServerObjects;
|
||||||
|
Reference in New Issue
Block a user