mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-04 06:54:41 -04:00
Tentative fix #548 part 2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user