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:
@@ -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!! */
|
||||
|
||||
Reference in New Issue
Block a user