From: Aurelien Jacobs Date: Sat, 24 Oct 2015 20:18:42 +0000 (+0200) Subject: avoid using deprecated std::autoptr X-Git-Tag: pulseview-0.3.0~60 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=db8a1b5c7e7cc3663fa8582749db289383c68313;hp=db8a1b5c7e7cc3663fa8582749db289383c68313 avoid using deprecated std::autoptr This fixes the following g++-5 warning: pv/dialogs/about.hpp:51:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] std::auto_ptr supportedDoc; ---