RemoteVstPlugin: fixed typo in 4ad5add745

Commit 4ad5add745 introduced a typo which
lead to compilation failure. This commit fixes it.

Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
This commit is contained in:
Tobias Doerffel
2009-07-09 12:49:21 +02:00
parent 4ad5add745
commit c4c94985a6

View File

@@ -268,7 +268,7 @@ private:
float * * m_inputs;
float * * m_outputs;
typedef std::vector<VstMidiEventList> VstMidiEventList;
typedef std::vector<VstMidiEvent> VstMidiEventList;
VstMidiEventList m_midiEvents;
bpm_t m_bpm;