From d0e1e3cdcc67d5185bd1381a30709a18a0aba85f Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Wed, 9 Apr 2008 15:52:46 +0000 Subject: [PATCH] Dont confuse out stupid friend swig --- zypp/Patch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.7.4