Skip to content

Commit

Permalink
Fix undefined Lv2Ports::Audio::m_optional after 3fa4b98
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Oct 24, 2020
1 parent f5d0524 commit 5d0340f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/Lv2Ports.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ struct Audio : public VisitablePort<Audio, PortBase>
//! the buffer where Lv2 reads/writes the data from/to
std::vector<float> m_buffer;
bool m_sidechain;
bool m_optional;

// the only case when data of m_buffer may be referenced:
friend struct ::ConnectPortVisitor;
Expand Down

0 comments on commit 5d0340f

Please sign in to comment.