Message Doesn't Support 64-bit Thread IDs #1913

This commit is contained in:
Alex Fabijanic 2017-09-28 18:33:36 -05:00
parent 521dbda1e9
commit dfa32cc158

View File

@ -202,7 +202,7 @@ private:
std::string _text; std::string _text;
Priority _prio; Priority _prio;
Timestamp _time; Timestamp _time;
int _tid; long _tid;
IntPtr _ostid; IntPtr _ostid;
std::string _thread; std::string _thread;
long _pid; long _pid;