Fix persistent classes build without implicit wxString encoding
Ensure that all headers in wx/persist can be compiled with wxNO_IMPLICIT_WXSTRING_ENCODING defined.
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
// string constants used by wxPersistentBookCtrl
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#define wxPERSIST_BOOK_KIND "Book"
|
||||
#define wxPERSIST_BOOK_KIND wxASCII_STR("Book")
|
||||
|
||||
#define wxPERSIST_BOOK_SELECTION "Selection"
|
||||
#define wxPERSIST_BOOK_SELECTION wxASCII_STR("Selection")
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxPersistentBookCtrl: supports saving/restoring book control selection
|
||||
|
Reference in New Issue
Block a user