Skip to content

Commit

Permalink
SatIP function prototype parameter name fix
Browse files Browse the repository at this point in the history
Change the name of the parameter of the SatIPRTSP constructor
in the header file to match the parameter name used in
the implementation.
Change completely done by klaas-tidy.
  • Loading branch information
kmdewaal committed Jan 30, 2025
1 parent a91faea commit d6faefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/recorders/satiprtsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class SatIPRTSP : public QObject
Q_OBJECT

public:
explicit SatIPRTSP(int m_inputId);
explicit SatIPRTSP(int inputId);
~SatIPRTSP() override;

bool Setup(const QUrl& url, ushort clientPort1, ushort clientPort2);
Expand Down

0 comments on commit d6faefe

Please sign in to comment.