summaryrefslogtreecommitdiff
path: root/src/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.cpp')
-rw-r--r--src/text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.cpp b/src/text.cpp
index 88f56b325..d1ee14287 100644
--- a/src/text.cpp
+++ b/src/text.cpp
@@ -114,7 +114,7 @@ Text::~Text()
textManager->removeText(this);
if (--mInstances == 0)
{
- delete2(textManager);
+ delete2(textManager)
for (int f = 0; f < 9; f ++)
{
if (mBubble.grid[f] != nullptr)