nsgmls: fix up some gcc 4.8 warnings.
This commit is contained in:
@@ -40,8 +40,8 @@ public:
|
||||
IListIter(const IList<T> &list) : IListIterBase(list) { }
|
||||
T *cur() { return (T *)IListIterBase::cur(); }
|
||||
|
||||
IListIterBase::next;
|
||||
IListIterBase::done;
|
||||
using IListIterBase::next;
|
||||
using IListIterBase::done;
|
||||
};
|
||||
|
||||
#ifdef SP_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user