make actorlineage inherit from threadsaferefcounted

This commit is contained in:
Markus Pilman 2021-04-29 15:23:46 -06:00
parent e616545949
commit 5c1279ceb7
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ struct LineageProperties : LineagePropertiesBase {
}
};
struct ActorLineage : ReferenceCounted<ActorLineage> {
struct ActorLineage : ThreadSafeReferenceCounted<ActorLineage> {
friend class LocalLineage;
private: