return something in operator=

This commit is contained in:
Christian Daniel 2013-02-12 15:44:29 +01:00
parent dc937d468b
commit eb6ab41720
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ Settings& Settings::operator=(const Settings& other)
m_iqImbalanceCorrection = other.m_iqImbalanceCorrection;
m_centerFrequency = other.m_centerFrequency;
m_sourceSettings = other.m_sourceSettings;
return *this;
}
void Settings::defaults()