X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevicemanager.hpp;h=145f9e80a44e68fbfa96bafe027a4a2781c89e75;hp=33e784de5f564f9c35968806e274e12da528b423;hb=09f55d9665efb3b17ba7de4bae47be6989e884fe;hpb=3084ed4b15663dd717ff656745db305f377ab215 diff --git a/pv/devicemanager.hpp b/pv/devicemanager.hpp index 33e784de..145f9e80 100644 --- a/pv/devicemanager.hpp +++ b/pv/devicemanager.hpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #ifndef PULSEVIEW_PV_DEVICEMANAGER_HPP @@ -50,7 +49,7 @@ class DeviceManager public: DeviceManager(std::shared_ptr context); - ~DeviceManager(); + ~DeviceManager() = default; const std::shared_ptr& context() const;