diff options
Diffstat (limited to 'compat/tr.cpp')
-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 d9d811ed..91713591 100644 --- a/compat/tr.cpp +++ b/compat/tr.cpp @@ -5,7 +5,7 @@ TR::TR() {} TR::TR(const TR&) {} -TR&TR::operator=(const TR& other) +TR& TR::operator=(const TR& other) { if (this == &other) return *this; |