aboutsummaryrefslogtreecommitdiff
path: root/src/InputRegistry.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-21 17:58:30 +0100
committerMax Kellermann <max@duempel.org>2013-01-21 17:58:30 +0100
commit9cc90b1fbe3ea1c3b84c169f94b998f63f50c384 (patch)
treed13bf2db3be47e3992e29190879d839be6f78df6 /src/InputRegistry.cxx
parent0c9f22507f753aa9cdf68084c773c9438391fb1f (diff)
input/cdio_paranoia: convert to C++
Diffstat (limited to 'src/InputRegistry.cxx')
-rw-r--r--src/InputRegistry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InputRegistry.cxx b/src/InputRegistry.cxx
index ecd892a5..6c089847 100644
--- a/src/InputRegistry.cxx
+++ b/src/InputRegistry.cxx
@@ -42,7 +42,7 @@
#endif
#ifdef ENABLE_CDIO_PARANOIA
-#include "input/cdio_paranoia_input_plugin.h"
+#include "input/CdioParanoiaInputPlugin.hxx"
#endif
#ifdef ENABLE_DESPOTIFY