aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/HttpdInternal.hxx
diff options
context:
space:
mode:
authorDenis Krjuchkov <denis@crazydev.net>2013-05-12 19:03:42 +0600
committerDenis Krjuchkov <denis@crazydev.net>2013-05-12 19:03:42 +0600
commit49a3845135142ada6d581d5a6f4a5192aaed49be (patch)
tree67dd709c03fb8cc18377ad74d09da512a217f42a /src/output/HttpdInternal.hxx
parent21dac6c05ddff1ce130843a82127618f9ed766a7 (diff)
downloadmpd-49a3845135142ada6d581d5a6f4a5192aaed49be.tar.gz
mpd-49a3845135142ada6d581d5a6f4a5192aaed49be.tar.xz
mpd-49a3845135142ada6d581d5a6f4a5192aaed49be.zip
timer: convert to class
Diffstat (limited to 'src/output/HttpdInternal.hxx')
-rw-r--r--src/output/HttpdInternal.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/output/HttpdInternal.hxx b/src/output/HttpdInternal.hxx
index e79b9a224..b79a22905 100644
--- a/src/output/HttpdInternal.hxx
+++ b/src/output/HttpdInternal.hxx
@@ -26,7 +26,7 @@
#define MPD_OUTPUT_HTTPD_INTERNAL_H
#include "OutputInternal.hxx"
-#include "timer.h"
+#include "Timer.hxx"
#include "thread/Mutex.hxx"
#include "event/ServerSocket.hxx"
@@ -72,10 +72,10 @@ struct HttpdOutput final : private ServerSocket {
mutable Mutex mutex;
/**
- * A #timer object to synchronize this output with the
+ * A #Timer object to synchronize this output with the
* wallclock.
*/
- struct timer *timer;
+ Timer *timer;
/**
* The header page, which is sent to every client on connect.