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:
Dimitri Schoolwerth 2005-10-11 15:01:50 +00:00
parent 42e53e7771
commit 2b053ae90a

View File

@ -151,7 +151,7 @@ static bool gs_hasStdCmap = false;
// last mouse event information we need to filter out the duplicates
#if wxUSE_MOUSEEVENT_HACK
static struct
static struct MouseEventInfoDummy
{
// mouse position (in screen coordinates)
wxPoint pos;