View | Details | Raw Unified | Return to bug 2069
Collapse All | Expand All

(-)c97ef876d98c (-1 / +1 lines)
 Lines 259-265    Link Here 
259
   */
259
   */
260
  void Deallocate (struct ByteTagListData *data);
260
  void Deallocate (struct ByteTagListData *data);
261
261
262
  uint16_t m_used; //!< the number of used bytes in the buffer
262
  uint32_t m_used; //!< the number of used bytes in the buffer
263
  struct ByteTagListData *m_data; //!< the ByteTagListData structure
263
  struct ByteTagListData *m_data; //!< the ByteTagListData structure
264
};
264
};
265
265

Return to bug 2069