edits
[iotcloud.git] / version2 / src / C / CommitPart.cc
index d137a75e1611b1e36cc02700f8baa14061355b95..ea7c36e13827f2aee97c1545f4852d60167461c0 100644 (file)
@@ -20,7 +20,7 @@ int CommitPart::getSize() {
        return (3 * sizeof(int64_t)) + (2 * sizeof(int32_t)) + (2 * sizeof(char)) + data->length();
 }
 
-void CommitPart::setSlot(Slots) {
+void CommitPart::setSlot(Slot *s) {
        parentslot = s;
 }