Small problem with latest source

There is a semicolon missing, line173, juceMidiDataConcatenator.cpp

Rory.

…no, that’s how it’s supposed to be.

When I try to build a project on Linux I get the following error:

Compiling juce_audio_devices.cpp
In file included from …/…/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.cpp:161:0:
…/…/JuceLibraryCode/modules/juce_audio_devices/native/juce_MidiDataConcatenator.h:173:5: error: expected ‘;’ at end of member declaration

Adding it removed the compile problem and everything built Ok? Strange?

In the latest codebase there should never be a semi-colon at the end of those macros - if that causes an error, then you must be mixing up old and new versions of the headers somehow.

Sorry Jules, I’ll do a complete clean and retry it, no doubt you’re right…

Sorry about that…if I was prone to using emoticons I’d use a red one…