edits
[iotcloud.git] / version2 / src / C / Slot.cc
index 982b87b485ebf0c40517c0f6274ff85441440e86..2ee69817cd398a60b3fd4410397900a576edfe21 100644 (file)
@@ -78,7 +78,7 @@ Slot *Slotdecode(Table *table, char *array, Mac *mac) {
        return slot;
 }
 
-char *Slot::encode(Mac mac) {
+char *Slot::encode(Mac mac) {
        char *array = new char[SLOT_SIZE];
        ByteBuffer *bb = ByteBuffer_wrap(array);
        /* Leave space for the slot HMAC.  */