Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 328059 | Differences between
and this patch

Collapse All | Expand All

(-)plasma/generic/dataengines/time/solarsystem.cpp.orig (-2 / +2 lines)
Lines 55-62 Link Here
55
    *z *= sind(m_obliquity);
55
    *z *= sind(m_obliquity);
56
}
56
}
57
57
58
Moon::Moon(Sun *sun)
58
Moon::Moon(Sun *x_sun)
59
    : m_sun(sun)
59
    : m_sun(x_sun)
60
{
60
{
61
}
61
}
62
62

Return to bug 328059