Some nits.

This commit is contained in:
2024-04-26 17:50:03 -04:00
parent 52b451d7f3
commit a9d0e3ce7c
2 changed files with 3 additions and 3 deletions
@@ -156,7 +156,7 @@ GenerateShofixti::generatePlanets( SolarSystem *const solarSys )
void
GenerateShofixti::check_old_shofixti (void)
GenerateShofixti::check_old_shofixti()
{
HIPGROUP hGroup;
IP_GROUP *GroupPtr;
@@ -45,7 +45,7 @@ namespace
}
bool
generateOrbital( SolarSystem *const solarSys, PLANET_DESC *const world )
generateOrbital( SolarSystem *const solarSys, PLANET_DESC *const world ) override
{
std::cerr << "The C++ generator for slylandro orbital was called!" << std::endl;