resolved most warnings
This commit is contained in:
@@ -16,7 +16,7 @@ using namespace simulation;
|
||||
namespace simulation {
|
||||
|
||||
SimulationManager::SimulationManager(string resources) :
|
||||
resources(resources), silent(false)
|
||||
silent(false), resources(resources)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user