summaryrefslogtreecommitdiffstats
path: root/engine/flatland.cpp
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-22 00:05:02 +0100
committerNao Pross <naopross@thearcway.org>2019-01-22 00:05:02 +0100
commit317daaad468bfcaf0eedcef246a62c6c3f300989 (patch)
tree0059d90524a26a04a0ce976166d424aec4354ccb /engine/flatland.cpp
parentMerge remote-tracking branch 'nao/master' (diff)
downloadflatland-317daaad468bfcaf0eedcef246a62c6c3f300989.tar.gz
flatland-317daaad468bfcaf0eedcef246a62c6c3f300989.zip
Fix typo to compile
Diffstat (limited to 'engine/flatland.cpp')
-rw-r--r--engine/flatland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/flatland.cpp b/engine/flatland.cpp
index 489fd82..2f1c920 100644
--- a/engine/flatland.cpp
+++ b/engine/flatland.cpp
@@ -71,7 +71,7 @@ public:
QuitListener()
{
addFilter("quit");
- core.connect(this);
+ core->connect(this);
}
};