]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed MSVC6 compilation error ("C2639: compiler generated default constructor require...
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 11 Oct 2005 15:01:50 +0000 (15:01 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 11 Oct 2005 15:01:50 +0000 (15:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/window.cpp

index 04f6f307a40c78a44f0ddb496c76e33cc8115a18..66fcdf4355af805c49fe4b9273ff4239e9528caa 100644 (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;