]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/control.cpp
fixed VC++ warning in optimized build
[wxWidgets.git] / src / univ / control.cpp
index 315a4dd0f6ffe50307f9abf8e5a10ada5e7fb7c7..6cb253344b7f6d834956ea94e9aba2bfa89bdd79 100644 (file)
@@ -74,7 +74,7 @@ bool wxControl::Create(wxWindow *parent,
     // less flicker and none of the standard controls needs to be entirely
     // repainted after resize anyhow.
     if ( !wxControlBase::Create(parent, id, pos, size,
-                                style | wxNO_FULL_REPAINT_ON_RESIZE,
+                                style | wxNO_FULL_REPAINT_ON_RESIZE ,
                                 validator, name) )
     {
         // underlying window creation failed?