mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Fix C++98 compat
This commit is contained in:
parent
76048c050d
commit
c89e58046a
1 changed files with 2 additions and 2 deletions
|
|
@ -189,8 +189,8 @@ private:
|
|||
|
||||
boost::shared_ptr<SMFSource> _midi_write_source;
|
||||
|
||||
std::list<boost::shared_ptr<Source>> _last_capture_sources;
|
||||
std::vector<boost::shared_ptr<AudioFileSource>> capturing_sources;
|
||||
std::list<boost::shared_ptr<Source> > _last_capture_sources;
|
||||
std::vector<boost::shared_ptr<AudioFileSource> > capturing_sources;
|
||||
|
||||
/** A buffer that we use to put newly-arrived MIDI data in for
|
||||
* the GUI to read (so that it can update itself).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue