diff options
author | crupest <crupest@outlook.com> | 2021-12-05 22:17:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-12-05 22:17:34 +0800 |
commit | 6117141e1ff1e464854949c8a792961dbad8ea73 (patch) | |
tree | 579f216c677f537712c9d7b08c42ca017714cdae /include | |
parent | e66fa1364d993b2a9f55781850d4b48f1723e309 (diff) | |
download | cru-6117141e1ff1e464854949c8a792961dbad8ea73.tar.gz cru-6117141e1ff1e464854949c8a792961dbad8ea73.tar.bz2 cru-6117141e1ff1e464854949c8a792961dbad8ea73.zip |
...
Diffstat (limited to 'include')
-rw-r--r-- | include/cru/ui/controls/TextHostControlService.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/TextHostControlService.hpp b/include/cru/ui/controls/TextHostControlService.hpp index 5216827b..93b74d09 100644 --- a/include/cru/ui/controls/TextHostControlService.hpp +++ b/include/cru/ui/controls/TextHostControlService.hpp @@ -81,7 +81,7 @@ class TextHostControlService : public Object { CRU_DELETE_COPY(TextHostControlService) CRU_DELETE_MOVE(TextHostControlService) - ~TextHostControlService() = default; + ~TextHostControlService(); public: bool IsEnabled() { return enable_; } |