Edit
[iotcloud.git] / version2 / src / C / Entry.cc
index 1a06288d3ec3234f693da146fcf929919d6bb797..2bde6eb65a31ec8a0103713c48fc32f3a78c4666 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 Entry * Entry_decode(Slot * slot, ByteBuffer * bb) {
-  char type = bb.get();
+  char type = bb->get();
   switch (type) {
     
   case TypeCommitPart: