removed more extraneous semicolons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
#if wxUSE_DISPLAY
|
#if wxUSE_DISPLAY
|
||||||
|
|
||||||
#include "wx/arrimpl.cpp"
|
#include "wx/arrimpl.cpp"
|
||||||
WX_DEFINE_OBJARRAY(wxArrayVideoModes);
|
WX_DEFINE_OBJARRAY(wxArrayVideoModes)
|
||||||
|
|
||||||
const wxVideoMode wxDefaultVideoMode;
|
const wxVideoMode wxDefaultVideoMode;
|
||||||
|
|
||||||
|
@@ -79,7 +79,7 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
#include "wx/listimpl.cpp"
|
#include "wx/listimpl.cpp"
|
||||||
WX_DEFINE_LIST(wxGtkNotebookPagesList);
|
WX_DEFINE_LIST(wxGtkNotebookPagesList)
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
@@ -79,7 +79,7 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
#include "wx/listimpl.cpp"
|
#include "wx/listimpl.cpp"
|
||||||
WX_DEFINE_LIST(wxGtkNotebookPagesList);
|
WX_DEFINE_LIST(wxGtkNotebookPagesList)
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user