[keel] Fix PreloadPtr type id

This commit is contained in:
Gary Talent 2023-04-01 19:19:43 -05:00
parent bccc58c463
commit 2a8f7e074f

@ -20,7 +20,7 @@ namespace keel {
// Pointer to preloaded data that can be stored in FS in place of the actual
// data.
struct PreloadPtr {
static constexpr auto TypeName = "net.drinkingtea.ox.PreloadPtr";
static constexpr auto TypeName = "net.drinkingtea.keel.PreloadPtr";
static constexpr auto TypeVersion = 1;
uint32_t preloadAddr = 0;
};