diff options
Diffstat (limited to 'lib/topology_handler.cpp')
-rw-r--r-- | lib/topology_handler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/topology_handler.cpp b/lib/topology_handler.cpp index 07df34d..1586f9d 100644 --- a/lib/topology_handler.cpp +++ b/lib/topology_handler.cpp @@ -28,7 +28,7 @@ void BlockActor::handle_topology( const size_t num_outputs = worker->get_num_outputs(); //call notify_topology on block before committing settings - block_ptr->notify_topology(num_inputs, num_outputs); + data->block->notify_topology(num_inputs, num_outputs); //resize and fill port properties resize_fill_back(data->input_configs, num_inputs); |