Changed / Refactored many enums and structs, to better standardize the naming of everything. Improved some more descriptions and briefs.

This commit is contained in:
Jonathan Thomas
2013-09-10 12:59:06 -05:00
parent 234201743a
commit cbed47ea5f
26 changed files with 74 additions and 90 deletions

View File

@@ -298,7 +298,7 @@ void Timeline::update_closed_clips()
void Timeline::SortClips()
{
// sort clips
clips.sort(compare_clip_pointers());
clips.sort(CompareClips());
}
// Close the reader (and any resources it was consuming)