Small fix

This commit is contained in:
Maurice Heumann 2022-11-26 09:07:09 +01:00
parent eefcf29e29
commit e57273ed0c

View File

@ -15,7 +15,7 @@ namespace game
throw std::runtime_error("Invalid host application"); throw std::runtime_error("Invalid host application");
} }
return size_t(host.get_ptr()); return reinterpret_cast<size_t>(host.get_ptr());
}(); }();
return base; return base;
} }