]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
Avoid duplicate wxEVT_COMMAND_TREE_SEL_CHANG{ING,ED} events in wxMSW.
[wxWidgets.git] / src / msw / app.cpp
index f1e9f0416579a513db97224c38e407296b3a359d..81261ce15f0aa310a5fa93e38fea6864d252a5f1 100644 (file)
@@ -128,10 +128,8 @@ struct ClassRegInfo
     }
 
     // the name of the registered class with and without CS_[HV]REDRAW styles
-    const wxString regname;
-    const wxString regnameNR;
-
-    wxDECLARE_NO_ASSIGN_CLASS(ClassRegInfo);
+    wxString regname;
+    wxString regnameNR;
 };
 
 namespace