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