diff options
Diffstat (limited to 'compat/tr.hpp')
-rw-r--r-- | compat/tr.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/tr.hpp b/compat/tr.hpp index 7bb4fb71..6af45161 100644 --- a/compat/tr.hpp +++ b/compat/tr.hpp @@ -13,7 +13,6 @@ class OTR_COMPAT_EXPORT TR : public QObject public: TR(); TR(const TR&); - ~TR() override; TR& operator=(const TR& other); }; |