summaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/engine/AlsaMidiDriver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/AlsaMidiDriver.h b/src/libs/engine/AlsaMidiDriver.h
index 4d1eae4a..5b6b8dbe 100644
--- a/src/libs/engine/AlsaMidiDriver.h
+++ b/src/libs/engine/AlsaMidiDriver.h
@@ -39,7 +39,7 @@ static const int MAX_MIDI_EVENT_SIZE = 3;
*
* \ingroup engine
*/
-class AlsaMidiPort : boost::noncopyable, DriverPort, ListNode<AlsaMidiPort*>
+class AlsaMidiPort : DriverPort, ListNode<AlsaMidiPort*>
{
public:
AlsaMidiPort(AlsaMidiDriver* driver, DuplexPort<MidiMessage>* port);
@@ -72,7 +72,7 @@ private:
*
* \ingroup engine
*/
-class AlsaMidiDriver : boost::noncopyable, MidiDriver
+class AlsaMidiDriver : MidiDriver
{
public:
AlsaMidiDriver(AudioDriver* audio_driver);