initialize uninitialized variable
just another hint for clang/static analysis.
This commit is contained in:
parent
edb86929f5
commit
99f28d1966
@ -1233,7 +1233,7 @@ Selection::get_state () const
|
||||
}
|
||||
|
||||
/* midi region views have thir own internal selection. */
|
||||
XMLNode* n;
|
||||
XMLNode* n = NULL;
|
||||
list<pair<PBD::ID, std::set<boost::shared_ptr<Evoral::Note<Evoral::Beats> > > > > rid_notes;
|
||||
editor->get_per_region_note_selection (rid_notes);
|
||||
if (!rid_notes.empty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user