Explorar el Código

Make negotiation an object

Billy Barrow hace 3 años
padre
commit
842e49ec5a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib/Protocols/STP/Negotiation.vala

+ 1 - 1
src/lib/Protocols/STP/Negotiation.vala

@@ -5,7 +5,7 @@ using Gee;
 
 namespace LibPeer.Protocols.Stp {
 
-    public class Negotiation {
+    public class Negotiation : Object {
         public Bytes session_id { get; internal set; }
 
         public Bytes in_reply_to { get; internal set; }