log history memory usage add fix virtual dtor for Action subclasses to be deleted from memory

This commit is contained in:
2017-05-10 13:41:27 +01:00
parent eb8f93af91
commit 6f785c1944
6 changed files with 50 additions and 21 deletions

View File

@@ -1,4 +1,5 @@
#include "pch.h"
#include "log.h"
#include "action.h"
ActionManager ActionManager::I;