Skip to content

Commit

Permalink
Modified parameter name in HexVector.h (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiclaudev authored Oct 12, 2021
1 parent 0336d29 commit c74b993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euphony/src/main/cpp/core/HexVector.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Euphony {
void popBack();
std::string toString() const;
const std::vector<u_int8_t> &getHexSource() const;
void setHexSource(const std::vector<u_int8_t> &hexSource);
void setHexSource(const std::vector<u_int8_t> &hexSrc);
int getSize() const;
void clear();

Expand Down

0 comments on commit c74b993

Please sign in to comment.