1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-27 05:27:40 +00:00
This commit is contained in:
Carles Fernandez
2018-12-03 11:12:10 +01:00
parent 9d94910e1b
commit 96f34cabb1
80 changed files with 134 additions and 236 deletions

View File

@@ -120,9 +120,7 @@ Pass_Through::Pass_Through(ConfigurationInterface* configuration, std::string ro
}
Pass_Through::~Pass_Through()
{
}
Pass_Through::~Pass_Through() = default;
void Pass_Through::connect(gr::top_block_sptr top_block)