Fix a clang warning
This commit is contained in:
@@ -314,7 +314,7 @@ Gtk::TreeIter ProfileStoreComboBox::getRowFromLabel (const Glib::ustring &name)
|
||||
const ProfileStoreEntry *pse = currRow[methodColumns.profileStoreEntry];
|
||||
|
||||
if (pse->label == name) {
|
||||
return currRow;
|
||||
return std::move(currRow);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user