From kde-commits Sun Apr 06 13:54:10 2008 From: Dominik Haumann Date: Sun, 06 Apr 2008 13:54:10 +0000 To: kde-commits Subject: KDE/kdelibs/knewstuff/knewstuff2/core Message-Id: <1207490050.512911.29354.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120749007213823 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; }