Skip to content

Commit

Permalink
reduce scope of ignoring private
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Sep 19, 2024
1 parent d311dc8 commit a4e585a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/HTTPServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

// hacking private members RTSPServer::fWeServeSRTP & RTSPServer::fWeEncryptSRTP
#define private protected
#include "liveMedia.hh"
#include "RTSPServer.hh"
#undef private
#include "RTSPCommon.hh"
#include <GroupsockHelper.hh> // for "ignoreSigPipeOnSocket()"

Expand Down

0 comments on commit a4e585a

Please sign in to comment.