aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/rewind_input_plugin.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-21 17:36:19 +0100
committerMax Kellermann <max@duempel.org>2013-01-21 17:36:19 +0100
commit9c870e4276157a292673fb1a21f5a9e8a60cb57f (patch)
tree8c6cc89d4b03835e2af6ee7ad1dd843a467430d7 /src/input/rewind_input_plugin.h
parent5cffe693b0b4412a6a3652d0864a38944fc054ec (diff)
downloadmpd-9c870e4276157a292673fb1a21f5a9e8a60cb57f.tar.gz
mpd-9c870e4276157a292673fb1a21f5a9e8a60cb57f.tar.xz
mpd-9c870e4276157a292673fb1a21f5a9e8a60cb57f.zip
input/rewind: convert to C++
Diffstat (limited to '')
-rw-r--r--src/input/RewindInputPlugin.hxx (renamed from src/input/rewind_input_plugin.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/rewind_input_plugin.h b/src/input/RewindInputPlugin.hxx
index 83abe257a..cf21e92f1 100644
--- a/src/input/rewind_input_plugin.h
+++ b/src/input/RewindInputPlugin.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2011 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
@@ -24,8 +24,8 @@
* each decoder plugin peek a portion from the stream).
*/
-#ifndef MPD_INPUT_REWIND_H
-#define MPD_INPUT_REWIND_H
+#ifndef MPD_INPUT_REWIND_HXX
+#define MPD_INPUT_REWIND_HXX
#include "check.h"