aboutsummaryrefslogtreecommitdiffstats
path: root/entityx/System.cc
diff options
context:
space:
mode:
Diffstat (limited to 'entityx/System.cc')
-rw-r--r--entityx/System.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/entityx/System.cc b/entityx/System.cc
index dc83cac..278629e 100644
--- a/entityx/System.cc
+++ b/entityx/System.cc
@@ -14,6 +14,9 @@ namespace entityx {
BaseSystem::Family BaseSystem::family_counter_;
+BaseSystem::~BaseSystem() {
+}
+
void SystemManager::configure() {
for (auto &pair : systems_) {
pair.second->configure(event_manager_);