File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
examples/protonect/include/libfreenect2 Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ struct LIBFREENECT2_API DepthPacket
44
44
size_t buffer_length;
45
45
};
46
46
47
- // explicit instantiation and export to make vsc++ happy
48
- template class LIBFREENECT2_API PacketProcessor<DepthPacket>;
49
47
typedef PacketProcessor<DepthPacket> BaseDepthPacketProcessor;
50
48
51
49
class LIBFREENECT2_API DepthPacketProcessor : public BaseDepthPacketProcessor
Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ struct LIBFREENECT2_API RgbPacket
45
45
size_t jpeg_buffer_length;
46
46
};
47
47
48
- // explicit instantiation and export to make vsc++ happy
49
- template class LIBFREENECT2_API PacketProcessor<RgbPacket>;
50
48
typedef PacketProcessor<RgbPacket> BaseRgbPacketProcessor;
51
49
52
50
class LIBFREENECT2_API RgbPacketProcessor : public BaseRgbPacketProcessor
You can’t perform that action at this time.
0 commit comments