summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-04-05 04:46:00 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-04-05 04:46:00 +0200
commita17f3168cc68574369f1b669fe1b4118e4843525 (patch)
tree960a1802c775384dd54224705715f79522ed616a /compat
parent56b3ad65c3842aee1e2ae2b257abe7ed8d09c7c1 (diff)
fir Linux build
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;
}