mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 07:14:11 +02:00
fix bug in streaming of SimulationOwner class
This commit is contained in:
parent
40f6ecd936
commit
1ba937eab9
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ SimulationOwner& SimulationOwner::operator=(const SimulationOwner& other) {
|
|||
}
|
||||
|
||||
QDebug& operator<<(QDebug& d, const SimulationOwner& simOwner) {
|
||||
d << "{ id : " << simOwner << ", priority : " << (int)simOwner._priority << " }";
|
||||
d << "{ id : " << simOwner._id << ", priority : " << (int)simOwner._priority << " }";
|
||||
return d;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue