fixed MSVC6 compilation error ("C2639: compiler generated default constructor required by unnamed class")
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
42e53e7771
commit
2b053ae90a
@ -151,7 +151,7 @@ static bool gs_hasStdCmap = false;
|
|||||||
|
|
||||||
// last mouse event information we need to filter out the duplicates
|
// last mouse event information we need to filter out the duplicates
|
||||||
#if wxUSE_MOUSEEVENT_HACK
|
#if wxUSE_MOUSEEVENT_HACK
|
||||||
static struct
|
static struct MouseEventInfoDummy
|
||||||
{
|
{
|
||||||
// mouse position (in screen coordinates)
|
// mouse position (in screen coordinates)
|
||||||
wxPoint pos;
|
wxPoint pos;
|
||||||
|
Loading…
Reference in New Issue
Block a user