ardour/headless/misc.h
Paul Davis 4dc63966f0 globally remove all trailing whitespace from ardour code base.
Paul Davis was responsible for introducing almost all of this.
2015-10-04 14:51:05 -04:00

14 lines
262 B
C++

#ifndef __hardour_misc_h__
#define __hardour_misc_h__
#include "pbd/transmitter.h"
#include "pbd/receiver.h"
class TestReceiver : public Receiver
{
protected:
void receive (Transmitter::Channel chn, const char * str);
};
#endif /* __hardour_misc_h__ */