We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36deb13 commit 3eb2833Copy full SHA for 3eb2833
1 file changed
tests/include/test_patterns/test_pattern_bitfields.hpp
@@ -11,7 +11,7 @@ namespace pl::test {
11
TestPatternBitfields(core::Evaluator *evaluator) : TestPattern(evaluator, "Bitfields") {
12
auto testBitfield = create<PatternBitfield>("TestBitfield", "testBitfield", 0x25, 0, 2 + 3 + (4 * 8), 0);
13
14
- auto tbfRef = [&](){return std::static_pointer_cast<PatternBitfield>(testBitfield.reference());}
+ auto tbfRef = [&](){return std::static_pointer_cast<PatternBitfield>(testBitfield->reference());}
15
16
std::vector<std::shared_ptr<Pattern>> bitfieldFields;
17
{
0 commit comments