Page MenuHomeWildfire Games

Fix wxWidgets compatibility
ClosedPublic

Authored by vladislavbelov on May 5 2017, 1:18 AM.

Details

Summary

Fixed:

// wxWidget 2.9
std::wstring s = wxWidget::toStdWString();

To

// wxWidget 2.8
std::wstring s = wxString::wс_str();
Test Plan
  1. Run atlas
  2. Try to add/delete a path

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

vladislavbelov created this revision.May 5 2017, 1:18 AM
elexis awarded a token.May 5 2017, 1:29 AM
Vulcan added a subscriber: Vulcan.May 5 2017, 9:20 AM

Build is green

Updating workspaces.
Build (release)...
Build (debug)...
Running release tests...
Running cxxtest tests (306 tests)..................................................................................................................................................................................................................................................................................................................OK!
Running debug tests...
Running cxxtest tests (306 tests)..................................................................................................................................................................................................................................................................................................................OK!

http://jw:8080/job/phabricator/1013/ for more details.

vladislavbelov added 1 blocking reviewer(s): Restricted Owners Package.May 6 2017, 4:20 PM
vladislavbelov removed 1 blocking reviewer(s): Restricted Owners Package.May 7 2017, 5:33 PM
Itms accepted this revision.May 7 2017, 5:44 PM

Thanks for the patch!

This revision is now accepted and ready to land.May 7 2017, 5:44 PM
This revision was automatically updated to reflect the committed changes.