Browse Source

not inline

David Rose 21 years ago
parent
commit
ff5701c89a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/dcparser/dcPacker.h

+ 1 - 1
direct/src/dcparser/dcPacker.h

@@ -80,7 +80,7 @@ PUBLISHED:
   INLINE PN_uint64 unpack_uint64();
   INLINE string unpack_string();
   INLINE string unpack_literal_value();
-  INLINE void unpack_validate();
+  void unpack_validate();
   void unpack_skip();
 
 #ifdef HAVE_PYTHON