fix a compil warning.

This commit is contained in:
jean-pierre charras 2022-09-29 13:06:50 +02:00
parent 7e486327d9
commit 46b0c116cd
1 changed files with 10 additions and 10 deletions

View File

@ -974,8 +974,8 @@ SIM_MODEL::SIM_MODEL( TYPE aType ) :
SIM_MODEL::SIM_MODEL( TYPE aType, std::unique_ptr<SPICE_GENERATOR> aSpiceGenerator ) :
m_spiceGenerator( std::move( aSpiceGenerator ) ),
m_baseModel( nullptr ),
m_spiceGenerator( std::move( aSpiceGenerator ) ),
m_type( aType ),
m_isEnabled( true ),
m_isInferred( false )