X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7235f8e1784357b0a56fa10d27839a7287bc22be..740af654d1d20aaccad331e0eb73d113b5c0b02f:/samples/layout/layout.cpp diff --git a/samples/layout/layout.cpp b/samples/layout/layout.cpp index 99be94d26f..1b00cbbeeb 100644 --- a/samples/layout/layout.cpp +++ b/samples/layout/layout.cpp @@ -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.");