| Index: Source/modules/webmidi/MIDIPort.h
|
| diff --git a/Source/modules/webmidi/MIDIPort.h b/Source/modules/webmidi/MIDIPort.h
|
| index be3e25959f30a5ccb01c07f03a8b201ac8484854..84588a50ddcdb9b191adbae92279b12124391526 100644
|
| --- a/Source/modules/webmidi/MIDIPort.h
|
| +++ b/Source/modules/webmidi/MIDIPort.h
|
| @@ -52,6 +52,7 @@ public:
|
| String id() const { return m_id; }
|
| String manufacturer() const { return m_manufacturer; }
|
| String name() const { return m_name; }
|
| + String state() const;
|
| String type() const;
|
| String version() const { return m_version; }
|
|
|
|
|