fix: linux build

This commit is contained in:
Jan Laupetin
2025-05-02 23:26:12 +02:00
parent b92e85dc14
commit 35cb6636a1
9 changed files with 16 additions and 6 deletions

View File

@ -2,6 +2,9 @@
#include <cassert>
const void* ContentLoaderBase::PTR_FOLLOWING = reinterpret_cast<void*>(-1);
const void* ContentLoaderBase::PTR_INSERT = reinterpret_cast<void*>(-2);
ContentLoaderBase::ContentLoaderBase(Zone& zone)
: varXString(nullptr),
m_zone(zone),