diff --git a/smtk/task/GatherObjectsAgent.cxx b/smtk/task/GatherObjectsAgent.cxx index 0f73d9391964df7d3971ec678e3f5a2fafdee274..2f350cb1d35890ded8447288c828d343c0fcbce0 100644 --- a/smtk/task/GatherObjectsAgent.cxx +++ b/smtk/task/GatherObjectsAgent.cxx @@ -55,7 +55,7 @@ void GatherObjectsAgent::configure(const Configuration& config) GatherObjectsAgent::Configuration GatherObjectsAgent::configuration() const { - Configuration config; + Configuration config = this->Superclass::configuration(); config["output-port"] = m_outputPortName; Configuration outputs = m_objects; if (!outputs.empty())