diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-05 04:46:00 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-05 04:46:00 +0200 |
commit | a17f3168cc68574369f1b669fe1b4118e4843525 (patch) | |
tree | 960a1802c775384dd54224705715f79522ed616a /compat | |
parent | 56b3ad65c3842aee1e2ae2b257abe7ed8d09c7c1 (diff) |
fir Linux build
Diffstat (limited to 'compat')
-rw-r--r-- | compat/tr.cpp | 2 |
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; } |