Use std::array for serializing UIDs

These are easily assignable and we have to convert between char
pointers, char arrays and UID objects all the time anyways.
This commit is contained in:
Robbert van der Helm
2020-12-08 23:00:44 +01:00
parent 7828fc7bef
commit 2e6184171c
4 changed files with 47 additions and 8 deletions
@@ -24,8 +24,7 @@
#include <pluginterfaces/base/ipluginbase.h>
#include "../../bitsery/ext/vst3.h"
using Steinberg::int32, Steinberg::tresult;
#include "base.h"
// TODO: After implementing one or two more of these, abstract away some of the
// nasty bits