14 lines
485 B
Plaintext
14 lines
485 B
Plaintext
$NetBSD: patch-ae,v 1.1 2008/07/27 20:14:14 dholland Exp $
|
|
|
|
--- audio/midi_drivers/fmopldrv.h~ 2002-08-06 14:10:31.000000000 -0400
|
|
+++ audio/midi_drivers/fmopldrv.h 2008-07-27 14:03:16.000000000 -0400
|
|
@@ -76,7 +76,7 @@
|
|
/* output a packed midi command to the midi stream
|
|
* valid only if mode is MO_SIMPLE
|
|
*/
|
|
- void OplDriver::send(uint32 b);
|
|
+ void send(uint32 b);
|
|
|
|
/* retrieve a string representation of an error code */
|
|
static const char *get_error_name(int error_code);
|