made gs_msgXXX variables static
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,8 +33,8 @@
|
|||||||
#include "wx/dynlib.h"
|
#include "wx/dynlib.h"
|
||||||
|
|
||||||
// initialized on demand
|
// initialized on demand
|
||||||
UINT gs_msgTaskbar = 0;
|
static UINT gs_msgTaskbar = 0;
|
||||||
UINT gs_msgRestartTaskbar = 0;
|
static UINT gs_msgRestartTaskbar = 0;
|
||||||
|
|
||||||
|
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxTaskBarIcon, wxEvtHandler)
|
IMPLEMENT_DYNAMIC_CLASS(wxTaskBarIcon, wxEvtHandler)
|
||||||
|
Reference in New Issue
Block a user