aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/OpusTags.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-29 07:42:50 +0200
committerMax Kellermann <max@duempel.org>2013-07-29 07:42:50 +0200
commitbd42aeab462887a0e5b98ca5d3f80f700046ba52 (patch)
treee3ad7d63032cb43487f1d152ac3379e48d187f8c /src/decoder/OpusTags.cxx
parentcde6a3a00c15f90062c8d4f46df07312cbcfa718 (diff)
downloadmpd-bd42aeab462887a0e5b98ca5d3f80f700046ba52.tar.gz
mpd-bd42aeab462887a0e5b98ca5d3f80f700046ba52.tar.xz
mpd-bd42aeab462887a0e5b98ca5d3f80f700046ba52.zip
XiphTags: convert to C++
Diffstat (limited to 'src/decoder/OpusTags.cxx')
-rw-r--r--src/decoder/OpusTags.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/OpusTags.cxx b/src/decoder/OpusTags.cxx
index fec47a28d..a63dc1c24 100644
--- a/src/decoder/OpusTags.cxx
+++ b/src/decoder/OpusTags.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 The Music Player Daemon Project
+ * Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -20,7 +20,7 @@
#include "config.h"
#include "OpusTags.hxx"
#include "OpusReader.hxx"
-#include "XiphTags.h"
+#include "XiphTags.hxx"
#include "TagHandler.hxx"
#include <stdint.h>