SVN commit 794081 by dhaumann: compile: add constness to match the .h file M +1 -1 entry.cpp --- trunk/KDE/kdelibs/knewstuff/knewstuff2/core/entry.cpp #794080:794081 @@ -222,7 +222,7 @@ d->mStatus = status; } -Entry::Source Entry::source() +Entry::Source Entry::source() const { return d->mSource; }