X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1bd2ceb57b0cc9f2b07b8bbb7d38d0e0d2381d3a..3a6ec3c88033c43e108cb1f302717696682eb34f:/src/common/animatecmn.cpp diff --git a/src/common/animatecmn.cpp b/src/common/animatecmn.cpp index e18c6e8d34..4ba1483bac 100644 --- a/src/common/animatecmn.cpp +++ b/src/common/animatecmn.cpp @@ -26,7 +26,7 @@ #include "wx/image.h" #include "wx/dcmemory.h" -const wxChar wxAnimationCtrlNameStr[] = wxT("animationctrl"); +const char wxAnimationCtrlNameStr[] = "animationctrl"; // global object wxAnimation wxNullAnimation;