summaryrefslogtreecommitdiff
path: root/src/hostserv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostserv.cpp')
-rw-r--r--src/hostserv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostserv.cpp b/src/hostserv.cpp
index d3000d552..55cbaff29 100644
--- a/src/hostserv.cpp
+++ b/src/hostserv.cpp
@@ -72,7 +72,7 @@ const Anope::string &HostInfo::GetCreator() const
/** Retrieve when the vhost was crated
* @return the time it was created
*/
-const time_t HostInfo::GetTime() const
+time_t HostInfo::GetTime() const
{
return Time;
}