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