wxWidgets/samples/archive
Vadim Zeitlin b9c10f215d Use wxScopedPtr<> instead of wxSharedPtr<> in archive sample
There is no need to use wxSharedPtr<> when ownership is not shared, use
simpler and overhead-free wxScopedPtr<> instead.
2018-03-30 22:38:03 +02:00
..
archive_vc7.vcproj
archive_vc8.vcproj
archive_vc9.vcproj
archive.bkl
archive.cpp Use wxScopedPtr<> instead of wxSharedPtr<> in archive sample 2018-03-30 22:38:03 +02:00
makefile.bcc
makefile.gcc
Makefile.in
makefile.unx
makefile.vc