Add TODO about replacing known_iids with flags

This commit is contained in:
Robbert van der Helm
2020-12-17 00:31:01 +01:00
parent 6809e73d6b
commit 602bbc5d35
2 changed files with 6 additions and 0 deletions
@@ -54,6 +54,9 @@ class YaPluginFactory : public Steinberg::IPluginFactory3 {
/**
* The IIDs that the interface we serialized supports.
*
* TODO: Replace this with a set of boolean flags, just like we're doing
* with the other interfaces.
*/
std::set<Steinberg::FUID> known_iids;