SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
textproc/opensp/patches/patch-include_IListIter_h
Normal file
14
textproc/opensp/patches/patch-include_IListIter_h
Normal file
|
@ -0,0 +1,14 @@
|
|||
Index: include/IListIter.h
|
||||
--- include/IListIter.h.orig
|
||||
+++ include/IListIter.h
|
||||
@@ -17,8 +17,8 @@ class IListIter : private IListIterBase { (public)
|
||||
IListIter(const IList<T> &list) : IListIterBase(list) { }
|
||||
T *cur() const { return (T *)IListIterBase::cur(); }
|
||||
|
||||
- IListIterBase::next;
|
||||
- IListIterBase::done;
|
||||
+ using IListIterBase::next;
|
||||
+ using IListIterBase::done;
|
||||
};
|
||||
|
||||
#ifdef SP_NAMESPACE
|
Loading…
Add table
Add a link
Reference in a new issue