Fix missing symbol from shared library under macOS

core4
nimetu 3 years ago
parent d752c914f5
commit 513712be02

@ -543,7 +543,7 @@ void CBitMemStream::serial(std::string &b)
/* /*
* Serial string * Serial string
*/ */
inline void CBitMemStream::serial(ucstring &b) void CBitMemStream::serial(ucstring &b)
{ {
#ifdef LOG_ALL_TRAFFIC #ifdef LOG_ALL_TRAFFIC
sint32 bitpos = getPosInBit(); sint32 bitpos = getPosInBit();

Loading…
Cancel
Save