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.h.orig (-1 / +1 lines)
Lines 111-117 Link Here
111
class Moon : public SolarSystemObject
111
class Moon : public SolarSystemObject
112
{
112
{
113
    public:
113
    public:
114
        Moon(Sun *sun);
114
        Moon(Sun *x_sun);
115
115
116
        virtual void calcForDateTime(const QDateTime& local, int offset);
116
        virtual void calcForDateTime(const QDateTime& local, int offset);
117
        double phase();
117
        double phase();

Return to bug 328059