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 53ebfd3 commit 062a0c2Copy full SHA for 062a0c2
core/src/task.cpp
@@ -218,8 +218,8 @@ void Task::enableIntrospection(bool enable) {
218
impl->introspection_.reset(new Introspection(impl));
219
else if (!enable && impl->introspection_) {
220
// reset introspection instance of all stages
221
- pimpl()->setIntrospection(nullptr);
222
- pimpl()->traverseStages(
+ impl->setIntrospection(nullptr);
+ impl->traverseStages(
223
[](Stage& stage, int /*depth*/) {
224
stage.pimpl()->setIntrospection(nullptr);
225
return true;
0 commit comments