diff options
Diffstat (limited to 'lib/Core/Executor.h')
-rw-r--r-- | lib/Core/Executor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h index 851a52ec..c3111713 100644 --- a/lib/Core/Executor.h +++ b/lib/Core/Executor.h @@ -136,7 +136,7 @@ private: TreeStreamWriter *pathWriter, *symPathWriter; SpecialFunctionHandler *specialFunctionHandler; std::vector<TimerInfo*> timers; - PTree *processTree; + std::unique_ptr<PTree> processTree; /// Keeps track of all currently ongoing merges. /// An ongoing merge is a set of states which branched from a single state |