[wx-dev] [2.9] layout sample missing header.

Tim S tim.stahlhut at gmail.com
Sun Jun 1 08:23:10 PDT 2008


FYI:

I am testing an expermental MinGW-Like GCC on wxWidgets 2.9 and got an
error on this sample because it did not recognize wxWrapSizer as valid.
Added header and problem went away.

Tim S

Index: samples/layout/layout.cpp
===================================================================
--- samples/layout/layout.cpp	(revision 53887)
+++ samples/layout/layout.cpp	(working copy)
@@ -30,6 +30,7 @@
 #include "wx/statline.h"
 #include "wx/notebook.h"
 #include "wx/spinctrl.h"
+#include "wx/wrapsizer.h"
 
 #include "layout.h"
 
BLANK Line above part of patch.




More information about the wx-dev mailing list