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 66a41ef commit 29c0bc0Copy full SHA for 29c0bc0
src/ScatterplotPlugin.cpp
@@ -133,7 +133,7 @@ ScatterplotPlugin::ScatterplotPlugin(const PluginFactory* factory) :
133
if (datasetsMimeData->getDatasets().count() > 1)
134
return dropRegions;
135
136
- const auto& dataset = datasetsMimeData->getDatasets().first();
+ const auto dataset = datasetsMimeData->getDatasets().first();
137
const auto datasetGuiName = dataset->text();
138
const auto datasetId = dataset->getId();
139
const auto dataType = dataset->getDataType();
0 commit comments