mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-26 21:58:37 -05: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