[LYN-3160] Fixed virtual destructor compile issue on linux.

This commit is contained in:
Chris Galvan
2021-04-22 15:00:50 -05:00
parent 08bd4ee740
commit 607f786687
+1 -1
View File
@@ -90,7 +90,7 @@ class CEditorImpl
public:
CEditorImpl();
~CEditorImpl();
virtual ~CEditorImpl();
void Initialize();
void OnBeginShutdownSequence();