change param order

This commit is contained in:
Glenn Maynard
2006-11-30 02:11:08 +00:00
parent 71c95983dc
commit 3afa9e231e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ pos_map_queue &pos_map_queue::operator=( const pos_map_queue &rhs )
return *this;
}
void pos_map_queue::Insert( int64_t iSourceFrame, int iDestFrame, int iFrames )
void pos_map_queue::Insert( int64_t iSourceFrame, int iFrames, int iDestFrame )
{
if( m_pImpl->m_Queue.size() )
{