From dae762f52b7889e95a4c0811a8e64697dc668321 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 25 Oct 2019 10:24:30 +0200 Subject: [PATCH] pstatclient: fix compile error when compiling without DO_PSTATS --- panda/src/pstatclient/pStatClient.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/pstatclient/pStatClient.cxx b/panda/src/pstatclient/pStatClient.cxx index 9e2d9c1082..dd57612107 100644 --- a/panda/src/pstatclient/pStatClient.cxx +++ b/panda/src/pstatclient/pStatClient.cxx @@ -1264,6 +1264,7 @@ get_thread(int index) const { double PStatClient:: get_real_time() const { + return 0.0; } PStatThread PStatClient::