mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 08:23:55 +02:00
Add alignment hints to types stored in containers
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
* a single parameter during the current processing cycle. Used in
|
||||
* `YaParameterChanges`.
|
||||
*/
|
||||
class YaParamValueQueue : public Steinberg::Vst::IParamValueQueue {
|
||||
class alignas(16) YaParamValueQueue : public Steinberg::Vst::IParamValueQueue {
|
||||
public:
|
||||
/**
|
||||
* We only provide a default constructor here, because we need to fill the
|
||||
|
||||
Reference in New Issue
Block a user