Am Montag, 3. Januar 2005 17:57 schrieb Leo Savernik: > > + const HistoryEntry* const historyat(const int pos); > > This'd better be called historyAt. and superfluous consts removed: const HistoryEntry *historyAt(int pos);