[keel] Fix PreloadPtr type id
This commit is contained in:
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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user