Skip to content

Commit

Permalink
Merge pull request mozilla#26 from adamroach/multistream
Browse files Browse the repository at this point in the history
Let's fix this typo rather than comment it out.
  • Loading branch information
martinthomson committed Sep 18, 2014
2 parents a4bd2bb + 852af35 commit dbe9498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/webrtc/signaling/src/sdp/SdpAttributeList.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SdpAttributeList
virtual unsigned int GetPtime() const = 0;
virtual const SdpRtcpAttribute& GetRtcp() const = 0;
virtual const SdpRtcpFbAttribute& GetRtcpFb() const = 0;
virtual const SdpRtcpRemoteCandidates& GetRemoteCandidates() const = 0;
virtual const SdpRemoteCandidatesAttribute& GetRemoteCandidates() const = 0;
virtual const SdpRtpmapAttribute& GetRtpmap() const = 0;
virtual const SdpSctpmapAttribute& GetSctpmap() const = 0;
virtual const SdpSetupAttribute& GetSetup() const = 0;
Expand Down

0 comments on commit dbe9498

Please sign in to comment.