fix the template mess! it now builds on windows but not sure if it works or if it will build on other platforms.

This commit is contained in:
Thai Pangsakulyanont
2011-06-01 14:21:57 +07:00
parent d0ff9413e7
commit 6f83556da7
2 changed files with 66 additions and 24 deletions
-7
View File
@@ -26,13 +26,6 @@ float BaseTimingSegment::GetBeat() const
return NoteRowToBeat(GetRow());
}
template <class DerivedSegment>
bool TimingSegment<DerivedSegment>::operator<( const DerivedSegment &other ) const
{
LTCOMPARE(GetRow());
return false;
}
/* ======================================================
Here comes the actual timing segments implementation!! */