| Index: Source/modules/webmidi/MIDIOutput.h
|
| diff --git a/Source/modules/webmidi/MIDIOutput.h b/Source/modules/webmidi/MIDIOutput.h
|
| index b0106f4001fd5e09e7fed2977be24d8baed0074c..4d2026cf92b18b158e4b71d7a0f266fc0c72ad58 100644
|
| --- a/Source/modules/webmidi/MIDIOutput.h
|
| +++ b/Source/modules/webmidi/MIDIOutput.h
|
| @@ -40,6 +40,7 @@ class ExceptionState;
|
| class MIDIAccess;
|
|
|
| class MIDIOutput FINAL : public MIDIPort {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static MIDIOutput* create(MIDIAccess*, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version);
|
| virtual ~MIDIOutput();
|
|
|