From 3f4226eaac5d0d30be1f4ca5d5cf010c98a7ce7d Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 12 Oct 2008 10:05:28 +0000 Subject: Fixed compilation warnings. --- src/net/serviceFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/serviceFactory.cpp') diff --git a/src/net/serviceFactory.cpp b/src/net/serviceFactory.cpp index 49c6a50b..0abeeb39 100644 --- a/src/net/serviceFactory.cpp +++ b/src/net/serviceFactory.cpp @@ -100,7 +100,7 @@ ref serviceFactory::getServiceByProtoc } -const int serviceFactory::getServiceCount() const +int serviceFactory::getServiceCount() const { return (m_services.size()); } -- cgit v1.2.3