Skip to content
Snippets Groups Projects
Commit 3e65410e authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

compilation bug fixed

parent 5dfaeb82
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ AudioRtp::closeRtpSession () {
// AudioRtpRTX Class //
////////////////////////////////////////////////////////////////////////////////
AudioRtpRTX::AudioRtpRTX (SIPCall *sipcall, bool sym)
: //_fstream("/tmp/audio.dat", std::ofstream::binary|std::ios::out|std::ios::app)
: _fstream("/tmp/audio.dat", std::ofstream::binary|std::ios::out|std::ios::app)
{
setCancel(cancelDeferred);
time = new ost::Time();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment