Browse Source

add inline tags

David Rose 18 years ago
parent
commit
0c5b3eb47c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/pstatclient/pStatClient.h

+ 2 - 2
panda/src/pstatclient/pStatClient.h

@@ -250,8 +250,8 @@ PUBLISHED:
   INLINE static bool is_connected() { return false; }
   INLINE static bool is_connected() { return false; }
   INLINE static void resume_after_pause() { }
   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
 #endif  // DO_PSTATS