From: Duncan Mac-Vicar P Date: Wed, 9 Apr 2008 15:52:46 +0000 (+0000) Subject: Dont confuse out stupid friend swig X-Git-Tag: BASE-SuSE-Linux-11_0-Branch~311 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0e1e3cdcc67d5185bd1381a30709a18a0aba85f;p=platform%2Fupstream%2Flibzypp.git Dont confuse out stupid friend swig --- diff --git a/zypp/Patch.h b/zypp/Patch.h index 04aebbd..b43c384 100644 --- a/zypp/Patch.h +++ b/zypp/Patch.h @@ -143,12 +143,12 @@ namespace zypp * Get an iterator to the beginning of the patch * references. \see Patch::ReferenceIterator */ - ReferenceIterator referencesBegin() const; + Patch::ReferenceIterator referencesBegin() const; /** * Get an iterator to the end of the patch * references. \see Patch::ReferenceIterator */ - ReferenceIterator referencesEnd() const; + Patch::ReferenceIterator referencesEnd() const; public: