Tentative fix #548 part 2

This commit is contained in:
vsonnier 2017-05-27 09:49:19 +02:00
parent d170f731c5
commit b3dd0b0d6e

View File

@ -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;