Skip to content
Snippets Groups Projects
Commit 09e66d31 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

Fix AudioSymmetricRtpSession.h inclusion guard

(cherry picked from commit c3081dce)
parent 2e9a361f
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#ifndef __SFL_AUDIO_RTP_SESSION_H__
#define __SFL_AUDIO_RTP_SESSION_H__
#ifndef __SFL_AUDIO_SYMMETRIC_RTP_SESSION_H__
#define __SFL_AUDIO_SYMMETRIC_RTP_SESSION_H__
#include <iostream>
#include <exception>
......@@ -204,5 +204,5 @@ class AudioSymmetricRtpSession : public ost::TimerPort, public AudioRtpRecordHan
};
}
#endif // __AUDIO_RTP_SESSION_H__
#endif // __AUDIO_SYMMETRIC_RTP_SESSION_H__
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