1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Fixed compilation errors

This commit is contained in:
f4exb
2017-12-14 21:03:11 +01:00
parent 731c2c3f60
commit f7733a49fc
5 changed files with 16 additions and 4 deletions
@@ -314,7 +314,7 @@ void FCDProPlusGui::on_startStop_toggled(bool checked)
{
if (m_doApplySettings)
{
BladerfInput::MsgStartStop *message = BladerfInput::MsgStartStop::create(checked);
FCDProPlusInput::MsgStartStop *message = FCDProPlusInput::MsgStartStop::create(checked);
m_sampleSource->getInputMessageQueue()->push(message);
}
}