fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
git-svn-id: svn://localhost/ardour2/branches/3.0@10179 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -1249,7 +1249,7 @@ template<typename Time>
|
||||
void
|
||||
Sequence<Time>::dump (ostream& str) const
|
||||
{
|
||||
Sequence<Time>::const_iterator i;
|
||||
typename Sequence<Time>::const_iterator i;
|
||||
str << "+++ dump\n";
|
||||
for (i = begin(); i != end(); ++i) {
|
||||
str << *i << endl;
|
||||
|
||||
Reference in New Issue
Block a user