Fix linker error
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
using FrameCompleteCallback = std::function<void(size_t /*frameIndex*/)>;
|
||||
|
||||
IoUringAssemblyEngine();
|
||||
~IoUringAssemblyEngine();
|
||||
~IoUringAssemblyEngine() = default;
|
||||
|
||||
// Configure UDP socket by querying the device's pcloud data socket descriptor
|
||||
bool setSocketFromDevice(const std::shared_ptr<livoxProto1::Device>& device);
|
||||
|
||||
Reference in New Issue
Block a user