diff --git a/components/livestatus/statustable.cpp b/components/livestatus/statustable.cpp index bba91af9a..e62da669d 100644 --- a/components/livestatus/statustable.cpp +++ b/components/livestatus/statustable.cpp @@ -150,7 +150,7 @@ Value StatusTable::NagiosPidAccessor(const Value& row) Value StatusTable::ProgramStartAccessor(const Value& row) { - return Application::GetStartTime(); + return static_cast(Application::GetStartTime()); } Value StatusTable::NumHostsAccessor(const Value& row)