From 87eb8a9e931606da4197391b6e3a09376b1383c2 Mon Sep 17 00:00:00 2001 From: chriszero Date: Wed, 28 Jan 2015 21:17:18 +0100 Subject: - Counting played time correctly - Implemented switching audiostreams - Removed some compile warnings --- SubscriptionManager.h | 1 - 1 file changed, 1 deletion(-) (limited to 'SubscriptionManager.h') diff --git a/SubscriptionManager.h b/SubscriptionManager.h index b3f7f33..9d68e3c 100644 --- a/SubscriptionManager.h +++ b/SubscriptionManager.h @@ -26,7 +26,6 @@ class Subscriber virtual std::string to_string() { return "Subscriber-> Host: " + m_sHost + "; Port: " + std::string(itoa(m_iPort)) + "; Uuid:" + m_sUuid + "; CmdID:" + std::string(itoa(m_iCommandId)); - return ""; } private: -- cgit v1.2.3