[jasper/world] Cleanup
All checks were successful
Build / build (push) Successful in 3m4s

This commit is contained in:
Gary Talent 2024-05-03 23:01:35 -05:00
parent d1c44eda7f
commit cd94dd8cd7

View File

@ -11,7 +11,7 @@
namespace jasper::world {
class WorldModule: public keel::Module {
static class: public keel::Module {
private:
WorldDocToWorldStaticConverter m_worldDocToWorldStaticConverter;
@ -45,9 +45,8 @@ class WorldModule: public keel::Module {
};
}
};
} mod;
static const WorldModule mod;
keel::Module const*keelModule() noexcept {
return &mod;
}