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:
@@ -19,11 +19,11 @@
|
||||
// string constants used by wxPersistentTreeBookCtrl
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#define wxPERSIST_TREEBOOK_KIND "TreeBook"
|
||||
#define wxPERSIST_TREEBOOK_KIND wxASCII_STR("TreeBook")
|
||||
|
||||
// this key contains the indices of all expanded nodes in the tree book
|
||||
// separated by wxPERSIST_TREEBOOK_EXPANDED_SEP
|
||||
#define wxPERSIST_TREEBOOK_EXPANDED_BRANCHES "Expanded"
|
||||
#define wxPERSIST_TREEBOOK_EXPANDED_BRANCHES wxASCII_STR("Expanded")
|
||||
#define wxPERSIST_TREEBOOK_EXPANDED_SEP ','
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user