From a758404f2a9c7f1b05b437cf776d691156ce1d09 Mon Sep 17 00:00:00 2001 From: methodus Date: Fri, 28 Dec 2012 05:38:01 +0100 Subject: Fixed crash when getting thumbnail directory. --- include/webserver.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/webserver.h b/include/webserver.h index 2509870..8b93a02 100644 --- a/include/webserver.h +++ b/include/webserver.h @@ -34,13 +34,13 @@ namespace upnp { bool Start(); void Stop(); - const std::string GetBaseUrl() const; - const std::string GetServiceUrl() const; - const std::string GetControlUrl() const; - const std::string GetStaticContentUrl() const; - const std::string GetPresentationUrl() const; + std::string GetBaseUrl() const; + std::string GetServiceUrl() const; + std::string GetControlUrl() const; + std::string GetStaticContentUrl() const; + std::string GetPresentationUrl() const; - const std::string GetThumbnailDir() const; + std::string GetThumbnailDir() const; std::string GetListenerAddress() const { return mListenerAddress; } uint16_t GetListenerPort() const { return mListenerPort; } -- cgit v1.2.3