diff options
Diffstat (limited to 'src/vm/rejit.h')
-rw-r--r-- | src/vm/rejit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/rejit.h b/src/vm/rejit.h index 4fd9100524..d2471740f9 100644 --- a/src/vm/rejit.h +++ b/src/vm/rejit.h @@ -37,7 +37,7 @@ class ProfilerFunctionControl : public ICorProfilerFunctionControl { public: ProfilerFunctionControl(LoaderHeap * pHeap); - ~ProfilerFunctionControl(); + virtual ~ProfilerFunctionControl(); // IUnknown functions virtual HRESULT __stdcall QueryInterface(REFIID id, void** pInterface); |