diff options
Diffstat (limited to 'src/platform')
| -rw-r--r-- | src/platform/gui/win/InputMethod.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/platform/gui/win/InputMethod.cpp b/src/platform/gui/win/InputMethod.cpp index 6f5955fb..e5b75cdb 100644 --- a/src/platform/gui/win/InputMethod.cpp +++ b/src/platform/gui/win/InputMethod.cpp @@ -21,7 +21,6 @@ AutoHIMC::AutoHIMC(AutoHIMC&& other) AutoHIMC& AutoHIMC::operator=(AutoHIMC&& other) { if (this != &other) { - Object::operator=(std::move(other)); this->hwnd_ = other.hwnd_; this->handle_ = other.handle_; other.hwnd_ = nullptr; |
