Scene::liberty_ use array
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
7a236c38b7
commit
24ada4b22f
|
|
@ -89,7 +89,7 @@ protected:
|
|||
std::string name_;
|
||||
size_t index_;
|
||||
Mode *mode_;
|
||||
LibertySeq liberty_[MinMax::index_count];
|
||||
std::array<LibertySeq, MinMax::index_count> liberty_;
|
||||
std::array<Parasitics*, MinMax::index_count> parasitics_;
|
||||
|
||||
friend class Scenes;
|
||||
|
|
|
|||
Loading…
Reference in New Issue