Skip to content

Commit

Permalink
Refs #11597 Fix cppcheck issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonPiccardoSelg committed Apr 21, 2015
1 parent a080187 commit dc34d77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ void MdViewerWidget::renderOriginalWorkspace(const std::string originalWorkspace
{
// Load a new source plugin
QString sourcePlugin = "MDEW Source";
pqPipelineSource* src = this->currentView->setPluginSource(sourcePlugin, QString::fromStdString(originalWorkspaceName));
this->currentView->setPluginSource(sourcePlugin, QString::fromStdString(originalWorkspaceName));

// Render and final setup
this->renderAndFinalSetup();
Expand Down

0 comments on commit dc34d77

Please sign in to comment.