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();