Add missing param name
authorHyunho <hhstark.kang@samsung.com>
Mon, 21 Jun 2021 06:36:23 +0000 (15:36 +0900)
committer강현호/Tizen Platform Lab(SR)/Engineer/삼성전자 <hhstark.kang@samsung.com>
Mon, 21 Jun 2021 06:30:19 +0000 (15:30 +0900)
Signed-off-by: Hyunho <hhstark.kang@samsung.com>
cion/common/file_payload_reader_internal.cc

index a284abdbef4658f96481b55eca643ec2bce04336..9565ba1d81f137067f82b9994ab063624e248f25 100644 (file)
@@ -39,7 +39,7 @@ void FilePayloadReaderInternal::SetTemporaryFilePath(std::string path) {
   fp_->SetTemporaryFilePath(path);
 }
 
-void FilePayloadReaderInternal::SetReceivedBytes(uint64_t) {
+void FilePayloadReaderInternal::SetReceivedBytes(uint64_t size) {
   fp_->SetReceivedBytes(size);
 }