Files
wxWidgets/utils
Vadim Zeitlin 3c41a6876c Don't use manual memory management in wxrc
Use std::unique_ptr<> instead of manually deleting the object and
std::vector<> instead of manually allocating and deleting the buffers.

No real changes.
2024-05-23 01:59:32 +02:00
..
2022-11-20 10:46:26 +01:00