From c74b9931b04120693f1230e27920de55b831adfb Mon Sep 17 00:00:00 2001 From: Dohyun Lee <88221233+aiclaudev@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:42:30 +0900 Subject: [PATCH] Modified parameter name in HexVector.h (#122) --- euphony/src/main/cpp/core/HexVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/euphony/src/main/cpp/core/HexVector.h b/euphony/src/main/cpp/core/HexVector.h index 6ae33ae..cd3f28a 100644 --- a/euphony/src/main/cpp/core/HexVector.h +++ b/euphony/src/main/cpp/core/HexVector.h @@ -17,7 +17,7 @@ namespace Euphony { void popBack(); std::string toString() const; const std::vector &getHexSource() const; - void setHexSource(const std::vector &hexSource); + void setHexSource(const std::vector &hexSrc); int getSize() const; void clear();