From 0c5b3eb47c72d0576aac8e30fab0c33a511cd57f Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 10 Apr 2007 18:02:28 +0000 Subject: [PATCH] add inline tags --- panda/src/pstatclient/pStatClient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/pstatclient/pStatClient.h b/panda/src/pstatclient/pStatClient.h index e176454538..d7d4399ff8 100644 --- a/panda/src/pstatclient/pStatClient.h +++ b/panda/src/pstatclient/pStatClient.h @@ -250,8 +250,8 @@ PUBLISHED: INLINE static bool is_connected() { return false; } INLINE static void resume_after_pause() { } - static void main_tick() { } - static void thread_tick(const string &) { } + INLINE static void main_tick() { } + INLINE static void thread_tick(const string &) { } }; #endif // DO_PSTATS