|
From: <pst...@us...> - 2009-01-22 02:25:04
|
Revision: 697
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=697&view=rev
Author: pstieber
Date: 2009-01-22 02:24:58 +0000 (Thu, 22 Jan 2009)
Log Message:
-----------
Prefixed data member with m.
Modified Paths:
--------------
trunk/jazz/src/AlsaPlayer.cpp
Modified: trunk/jazz/src/AlsaPlayer.cpp
===================================================================
--- trunk/jazz/src/AlsaPlayer.cpp 2009-01-21 06:04:36 UTC (rev 696)
+++ trunk/jazz/src/AlsaPlayer.cpp 2009-01-22 02:24:58 UTC (rev 697)
@@ -813,7 +813,7 @@
stop_queue_timer();
clear_input_queue();
JZProjectManager::Instance()->NewPlayPosition(-1);
- RecdBuffer.Keyoff2Length();
+ mRecdBuffer.Keyoff2Length();
}
//-----------------------------------------------------------------------------
@@ -924,7 +924,7 @@
// Not all events are to be recorded. Only those filtered out and put
// into the event.
pEvent->SetClock(PlayLoop->Ext2IntClock(ev->time.tick));
- RecdBuffer.Put(pEvent);
+ mRecdBuffer.Put(pEvent);
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|