mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
Use std::unique_ptr<> instead of manually deleting the object and std::vector<> instead of manually allocating and deleting the buffers. No real changes.