--- linuxsampler/trunk/src/drivers/midi/MidiInputDevice.h 2004/07/13 22:10:21 201 +++ linuxsampler/trunk/src/drivers/midi/MidiInputDevice.h 2004/07/15 21:51:15 207 @@ -47,7 +47,7 @@ * occured. The dispatch* methods here will automatically forward the * MIDI event to the appropriate, connected sampler engines. */ - class MidiInputDevice : public InputOutputDevice { + class MidiInputDevice : public Device { public: /////////////////////////////////////////////////////////////////