Skip to content

Commit

Permalink
Mark std::unique_ptr<BlobContainer> member from iGraph class as `…
Browse files Browse the repository at this point in the history
…const`
  • Loading branch information
MirceaDan99 committed Dec 19, 2024
1 parent bea0d11 commit 4013f5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class IGraph : public std::enable_shared_from_this<IGraph> {
// first inference starts running
std::mutex _mutex;

std::unique_ptr<BlobContainer> _blobPtr;
const std::unique_ptr<BlobContainer> _blobPtr;

uint32_t _unique_id = 0;
uint32_t _last_submitted_id;
Expand Down

0 comments on commit 4013f5f

Please sign in to comment.