summaryrefslogtreecommitdiff
path: root/textproc/opensp/files/patch-include_IList.h
blob: 2776609b8b762d35629c24293157f879611d89d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- include/IList.h.orig	2005-07-21 14:04:38 UTC
+++ include/IList.h
@@ -26,8 +26,8 @@ class IList : private IListBase { (public)
   void swap(IList<T> &list) { IListBase::swap(list); }
   T *head() const { return (T *)IListBase::head(); }
   T *get() { return (T *)IListBase::get(); }
-  IListBase::clear;
-  IListBase::empty;
+  using IListBase::clear;
+  using IListBase::empty;
 friend class IListIter<T>;
 private:
   IList(const IList<T> &);	// undefined