filter/TwoFilters: fix include guard

This commit is contained in:
Max Kellermann 2021-08-26 14:36:44 +02:00
parent a224225e48
commit 38a4b0d8d5
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_WITH_CONVERT_FILTER_HXX
#define MPD_WITH_CONVERT_FILTER_HXX
#ifndef MPD_TWO_FILTERS_HXX
#define MPD_TWO_FILTERS_HXX
#include "filter/Filter.hxx"