X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2Fsubsystem_mgr.hxx;h=b36bdb9aa1dc5137fd098f0ed0f16da353dc0c03;hb=200df49d6e2d8896e1deaa6da7af5b4a91058a4f;hp=212ce58455330b4d2db7e0e48ea6c3758d08f344;hpb=ddf9e08069406be1beb95ce3ac00ae59731a6d78;p=simgear.git diff --git a/simgear/structure/subsystem_mgr.hxx b/simgear/structure/subsystem_mgr.hxx index 212ce584..b36bdb9a 100644 --- a/simgear/structure/subsystem_mgr.hxx +++ b/simgear/structure/subsystem_mgr.hxx @@ -418,7 +418,7 @@ public: private: - SGSubsystemGroup _groups[MAX_GROUPS]; + SGSubsystemGroup* _groups[MAX_GROUPS]; typedef std::map SubsystemDict; SubsystemDict _subsystem_map;