From 82337dec44347017ca04fe975e85e6d9e4edb635 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 11 May 2014 16:59:19 +0200 Subject: InputStream: add virtual destructor Replaces the method Close(). --- src/input/plugins/ArchiveInputPlugin.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/input/plugins/ArchiveInputPlugin.cxx') diff --git a/src/input/plugins/ArchiveInputPlugin.cxx b/src/input/plugins/ArchiveInputPlugin.cxx index f49669674..8a8be5b2f 100644 --- a/src/input/plugins/ArchiveInputPlugin.cxx +++ b/src/input/plugins/ArchiveInputPlugin.cxx @@ -96,5 +96,4 @@ const InputPlugin input_plugin_archive = { nullptr, nullptr, nullptr, - nullptr, }; -- cgit v1.2.3