Browse Source

pstatclient: fix compile error when compiling without DO_PSTATS

rdb 6 years ago
parent
commit
dae762f52b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/pstatclient/pStatClient.cxx

+ 1 - 0
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::