Skip to content

Commit

Permalink
fix clang warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaillol committed Apr 27, 2022
1 parent b030515 commit 638f9c6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ namespace l1t {

bool unpack(const Block& block, UnpackerCollections* coll) override;

inline void setEtSumCopy(const unsigned int copy) { EtSumCopy_ = copy; };
inline void setEtSumCopy(const unsigned int copy) override { EtSumCopy_ = copy; };

private:
unsigned int EtSumCopy_;
Expand Down

0 comments on commit 638f9c6

Please sign in to comment.