Skip to content
Snippets Groups Projects
Commit 5e88a4b7 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix leak

parent a1b7130f
Branches
Tags
No related merge requests found
......@@ -58,7 +58,7 @@ class RecordEngine
{
public:
RecordEngine();
~RecordEngine();
virtual ~RecordEngine();
virtual String getEngineID() =0;
/** All the public methods (except registerManager) are called by RecordNode:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment