From 207f7430db6c90e88825ea2bedc9ae1bf68e3d99 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 03 Nov 2002 11:03:20 +0000 Subject: Patch by Simon Hausmann to suit gcc3 needs many thanks --- (limited to 'libopie/pim/orecordlist.h') diff --git a/libopie/pim/orecordlist.h b/libopie/pim/orecordlist.h index 8ed41e2..b77a4ab 100644 --- a/libopie/pim/orecordlist.h +++ b/libopie/pim/orecordlist.h @@ -247,12 +247,12 @@ ORecordList::~ORecordList() { /* nothing to do here */ } template -ORecordList::Iterator ORecordList::begin() { +typename ORecordList::Iterator ORecordList::begin() { Iterator it( m_ids, m_acc ); return it; } template -ORecordList::Iterator ORecordList::end() { +typename ORecordList::Iterator ORecordList::end() { Iterator it( m_ids, m_acc ); it.m_end = true; it.m_current = m_ids.count(); -- cgit v0.9.0.2