Insert -> CommitPosition

This commit is contained in:
Glenn Maynard
2006-11-26 18:44:06 +00:00
parent d5e7260f59
commit e2923274f4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ pos_map_queue::pos_map_queue( const pos_map_queue &cpy )
*this = cpy;
}
void pos_map_queue::Insert( int64_t iFrame, int iPosition, int iGotFrames )
void pos_map_queue::CommitPosition( int64_t iFrame, int iPosition, int iGotFrames )
{
if( m_Queue.size() )
{