RemoteVstPlugin: coding style fixes

Renamed class remoteVstPlugin to RemoteVstPlugin + other minor coding
style fixes.

Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
This commit is contained in:
Tobias Doerffel
2009-07-06 12:37:04 +02:00
parent db878b664d
commit cca39513d0
2 changed files with 50 additions and 50 deletions

View File

@@ -118,7 +118,7 @@ const int kVstTempoValid = 1 << 10;
const int kVstTransportPlaying = 1 << 1;
class remoteVstPlugin;
class RemoteVstPlugin;
class VstMidiEvent
@@ -221,7 +221,7 @@ public:
// flags 24-27
int flags;
// Fill somewhere 28-2b
remoteVstPlugin * user;
RemoteVstPlugin * user;
// Zeroes 2c-2f 30-33 34-37 38-3b
char empty3[4 + 4 + 4 + 4];
// 1.0f 3c-3f