Fix init order to fix build

This commit is contained in:
Kim Kulling
2022-02-22 21:07:42 +01:00
parent a6808b868c
commit aa04ee89f1
3 changed files with 143 additions and 121 deletions

View File

@@ -268,8 +268,6 @@ void EncodeBase64(const uint8_t *in, size_t inLength, std::string &out);
#define CHECK_EXT(EXT) \
if (exts.find(#EXT) != exts.end()) extensionsUsed.EXT = true;
//! Helper struct to represent values that might not be present
template <class T>
struct Nullable {