From a17f3168cc68574369f1b669fe1b4118e4843525 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 5 Apr 2018 04:46:00 +0200 Subject: fir Linux build --- compat/tr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') 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; } -- cgit v1.2.3