No need for friend. This only uses the public interface.

This commit is contained in:
Steve Checkoway
2006-07-21 08:03:13 +00:00
parent 9f1bb1e16f
commit 077f826afd
-1
View File
@@ -36,7 +36,6 @@ public:
typedef bool (*IteratorCond)( const TapNote& );
// This is ugly to make it templated but I don't want to have to write the same class twice.
//friend template<typename ND, typename iter, typename TN> class _all_tracks_iterator;
template<typename ND, typename iter, typename TN>
class _all_tracks_iterator
{