steinbergmedia / vst3_public_sdk

VST 3 Implementation Helper Classes And Examples
Other
139 stars 46 forks source link

AUv3Wrapper: remove duplicate -loadAudioFile: method declaration #46

Closed nickdowell closed 1 year ago

nickdowell commented 1 year ago

Fixes the following warning:

AUv3AudioEngine.h:51:1: warning: multiple declarations of method 'loadAudioFile:' found and ignored [-Wduplicate-method-match]
- (NSError*)loadAudioFile:(NSURL*)url;
^
AUv3AudioEngine.h:45:1: note: previous declaration is here
- (NSError*)loadAudioFile:(NSURL*)url;
^
ygrabit commented 1 year ago

Thanks will be fixed in next SDK update