Add missing GCC diagnostic pop

This commit is contained in:
Robbert van der Helm
2021-01-06 17:51:23 +01:00
parent d3eeebc9f9
commit 5e1f75c20f
2 changed files with 4 additions and 2 deletions
@@ -88,3 +88,5 @@ class YaAttributeList : public Steinberg::Vst::IAttributeList {
std::unordered_map<std::string, std::u16string> attrs_string;
std::unordered_map<std::string, std::vector<uint8_t>> attrs_binary;
};
#pragma GCC diagnostic pop