mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-04-14 07:28:39 -04:00
Tentative fix #548 part 2
This commit is contained in:
parent
d170f731c5
commit
b3dd0b0d6e
@ -15,8 +15,8 @@ class VisualProcessor {
|
||||
|
||||
public:
|
||||
//
|
||||
typedef std::shared_ptr<InputDataType> InputDataTypePtr;
|
||||
typedef std::shared_ptr<OutputDataType> OutputDataTypePtr;
|
||||
typedef typename std::shared_ptr<InputDataType> InputDataTypePtr;
|
||||
typedef typename std::shared_ptr<OutputDataType> OutputDataTypePtr;
|
||||
|
||||
typedef ThreadBlockingQueue<InputDataTypePtr> VisualInputQueueType;
|
||||
typedef ThreadBlockingQueue<OutputDataTypePtr> VisualOutputQueueType;
|
||||
|
Loading…
Reference in New Issue
Block a user