Show
Ignore:
Timestamp:
07/22/11 14:41:09 (22 months ago)
Author:
wolke
Message:

fix virtual void problem.
without H2Core::MidiOutput? no calls to corresponding virtual methods

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/core/src/IO/AlsaMidiDriver.h

    r2020 r2316  
    5555        virtual void handleQueueNote(Note* pNote); 
    5656        virtual void handleQueueNoteOff( int channel, int key, int velocity ); 
    57         virtual void handleQueueAllNoteOff(); 
     57        virtual void handleQueueAllNoteOff(); 
    5858 
    5959private: