Fix a small typo

This commit is contained in:
Robbert van der Helm
2021-04-25 21:46:55 +02:00
parent 671c6a4c18
commit d55f07e962
+1 -1
View File
@@ -78,7 +78,7 @@ class Vst2Bridge : public HostBridge {
/**
* With the `audioMasterGetTime` host callback the plugin expects the return
* value from the calblack to be a pointer to a VstTimeInfo struct. If the
* host did not support a certain time info query, than we'll store the
* host did not support a certain time info query, then we'll store the
* returned null pointer as a nullopt.
*/
std::optional<VstTimeInfo> time_info;