mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-21 10:10:49 +01:00
Fixed debug builds
This commit is contained in:
parent
2f4a7f8053
commit
5c178b4088
@ -48,8 +48,8 @@ private:
|
||||
#ifndef QT_NO_DEBUG
|
||||
inline QDebug operator<<(QDebug dbg, const IMG::Light::Sector §or)
|
||||
{
|
||||
dbg.nospace() << "Sector(" << sector.color << ", " << sector.angle
|
||||
<< ", " << sector.range << ")";
|
||||
dbg.nospace() << "Sector(" << sector.color() << ", " << sector.angle()
|
||||
<< ", " << sector.range() << ")";
|
||||
return dbg.space();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user