]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/layout/layout.cpp
Watcom does not accept #warning but supports more than MSW port.
[wxWidgets.git] / samples / layout / layout.cpp
index 99be94d26f56bf74b14e830da263ba8a660acc53..1b00cbbeebc6b18e30a0be95fb4b865ac4be2b9e 100644 (file)
@@ -417,7 +417,7 @@ MySizerDialog::MySizerDialog(wxWindow *parent, const wxChar *title)
 #define POS(r, c)        wxGBPosition(r,c)
 #define SPAN(r, c)       wxGBSpan(r,c)
 
-wxChar* gbsDescription =_T("\
+const wxChar gbsDescription[] =_T("\
 The wxGridBagSizer is similar to the wxFlexGridSizer except the items are explicitly positioned\n\
 in a virtual cell of the layout grid, and column or row spanning is allowed.  For example, this\n\
 static text is positioned at (0,0) and it spans 7 columns.");