lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 15.09-beta 20 lines 654 B view raw
1diff -ubr ccrtp-1.8.0-orig/src/ccrtp/sources.h ccrtp-1.8.0/src/ccrtp/sources.h 2--- ccrtp-1.8.0-orig/src/ccrtp/sources.h 2010-04-18 20:51:49.000000000 +0200 3+++ ccrtp-1.8.0/src/ccrtp/sources.h 2012-07-07 11:42:50.961179016 +0200 4@@ -45,6 +45,7 @@ 5 #define CCXX_RTP_SOURCES_H_ 6 7 #include <string> 8+#include <cstddef> 9 #include <ccrtp/rtcppkt.h> 10 11 #ifdef CCXX_NAMESPACES 12@@ -406,7 +407,7 @@ 13 public: 14 typedef std::forward_iterator_tag iterator_category; 15 typedef Participant value_type; 16- typedef ptrdiff_t difference_type; 17+ typedef std::ptrdiff_t difference_type; 18 typedef const Participant* pointer; 19 typedef const Participant& reference; 20