mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-03 14:35:03 -04:00
Fixes #581 ?: Do not set std::shared_ptr to nullptr in constructors (useless anyway) since they could be wrongly interpreted
This commit is contained in:
@@ -146,7 +146,7 @@ protected:
|
||||
}
|
||||
|
||||
//the incoming data queue
|
||||
VisualInputQueueTypePtr input = nullptr;
|
||||
VisualInputQueueTypePtr input;
|
||||
|
||||
//the n-outputs where to process()-ed data is distribute()-ed.
|
||||
std::vector<VisualOutputQueueTypePtr> outputs;
|
||||
|
||||
Reference in New Issue
Block a user