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,10 +18,10 @@
|
||||
// string constants used by wxPersistentSplitter
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#define wxPERSIST_SPLITTER_KIND "Splitter"
|
||||
#define wxPERSIST_SPLITTER_KIND wxASCII_STR("Splitter")
|
||||
|
||||
// Special position value of -1 means the splitter is not split at all.
|
||||
#define wxPERSIST_SPLITTER_POSITION "Position"
|
||||
#define wxPERSIST_SPLITTER_POSITION wxASCII_STR("Position")
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxPersistentSplitter: supports saving/restoring splitter position
|
||||
|
Reference in New Issue
Block a user