mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
committed by
Mathew Sutcliffe
parent
d15d0db431
commit
64e14b7965
@@ -63,6 +63,8 @@ namespace BlackMisc
|
||||
argument << this->m_frequencyActive;
|
||||
argument << this->m_frequencyStandby;
|
||||
argument << this->m_digits;
|
||||
argument << this->m_volumeInput;
|
||||
argument << this->m_volumeOutput;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -74,6 +76,8 @@ namespace BlackMisc
|
||||
argument >> this->m_frequencyActive;
|
||||
argument >> this->m_frequencyStandby;
|
||||
argument >> this->m_digits;
|
||||
argument >> this->m_volumeInput;
|
||||
argument >> this->m_volumeOutput;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user