summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/tr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/tr.cpp b/compat/tr.cpp
index b3349435..d9d811ed 100644
--- a/compat/tr.cpp
+++ b/compat/tr.cpp
@@ -10,7 +10,7 @@ TR&TR::operator=(const TR& other)
if (this == &other)
return *this;
- TR::~TR();
+ this->~TR();
return *new (this) TR;
}