X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48200154f43831be952cf2503a926af333efb2b5..fc5d9e38ee002c024be3019e37b63f1a1d88e7c2:/src/gtk/collpane.cpp diff --git a/src/gtk/collpane.cpp b/src/gtk/collpane.cpp index dd68dda505..324dc3856d 100644 --- a/src/gtk/collpane.cpp +++ b/src/gtk/collpane.cpp @@ -29,7 +29,7 @@ // the lines below duplicate the same definitions in collpaneg.cpp, if we have // another implementation of this class we should extract them to a common file -const wxChar wxCollapsiblePaneNameStr[] = wxT("collapsiblePane"); +const char wxCollapsiblePaneNameStr[] = "collapsiblePane"; DEFINE_EVENT_TYPE(wxEVT_COMMAND_COLLPANE_CHANGED)