summaryrefslogtreecommitdiff
path: root/test/unit/util/bitvector_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/util/bitvector_black.h')
-rw-r--r--test/unit/util/bitvector_black.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/util/bitvector_black.h b/test/unit/util/bitvector_black.h
index 04fdc4044..c75368196 100644
--- a/test/unit/util/bitvector_black.h
+++ b/test/unit/util/bitvector_black.h
@@ -26,7 +26,7 @@ class BitVectorBlack : public CxxTest::TestSuite {
public:
- void setUp()
+ void setUp() override
{
zero = BitVector(4);
one = zero.setBit(0);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback