mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
IDeviceSettings is now referenced by unique_ptr, rather than shared_ptr
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
enforcePollingMessageLimit();
|
||||
}
|
||||
|
||||
std::shared_ptr<IDeviceSettings> settings;
|
||||
std::unique_ptr<IDeviceSettings> settings;
|
||||
|
||||
protected:
|
||||
uint16_t productId = 0;
|
||||
|
||||
Reference in New Issue
Block a user