Skip to content
Snippets Groups Projects
Commit 8902aac4 authored by Rainer Kartmann's avatar Rainer Kartmann Committed by Patrick Dormanns
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 5da0ee8d
No related branches found
No related tags found
1 merge request!391(Scoped)SubscriptionHandle to unsubscribe from memory updates
Pipeline #15762 canceled
......@@ -58,10 +58,10 @@ namespace armarx::armem::client::util
SubscriptionHandle(MemoryListener* memoryListener, const MemoryID& memoryID, long id);
private:
bool valid;
MemoryListener* memoryListener;
bool valid = false;
MemoryListener* memoryListener = nullptr;
MemoryID memoryID;
long id;
long id = 0;
};
class ScopedSubscriptionHandle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment