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

Fix AudioSymmetricRtpSession.h inclusion guard

parent d997814e
Branches
Tags
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.
Please register or to comment