Correct VeSTige header name to aeffectx.h

This commit is contained in:
Robbert van der Helm
2020-03-08 13:27:17 +01:00
parent 3232f76f97
commit 6373c38663
6 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
#include <bitsery/traits/array.h>
#include <bitsery/traits/string.h>
#include <bitsery/traits/vector.h>
#include <vestige/aeffect.h>
#include <vestige/aeffectx.h>
#include <cinttypes>
#include <iostream>
@@ -214,7 +214,7 @@ void serialize(S& s, AEffect& plugin) {
s.container1b(plugin.unknown1);
}
// I don't want to editor 'include/vestige/aeffect.h`. That's why this type
// I don't want to editor 'include/vestige/aeffectx.h`. That's why this type
// trait and the above serialization function are here.` Clang complains that
// `buffer` should be qualified (and only in some cases), so `buffer_t` it is.
template <typename T>