diff options
Diffstat (limited to 'src/hostserv.cpp')
-rw-r--r-- | src/hostserv.cpp | 2 |
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; } |