aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-12-05 22:17:34 +0800
committercrupest <crupest@outlook.com>2021-12-05 22:17:34 +0800
commit6117141e1ff1e464854949c8a792961dbad8ea73 (patch)
tree579f216c677f537712c9d7b08c42ca017714cdae /include/cru/ui/controls
parente66fa1364d993b2a9f55781850d4b48f1723e309 (diff)
downloadcru-6117141e1ff1e464854949c8a792961dbad8ea73.tar.gz
cru-6117141e1ff1e464854949c8a792961dbad8ea73.tar.bz2
cru-6117141e1ff1e464854949c8a792961dbad8ea73.zip
...
Diffstat (limited to 'include/cru/ui/controls')
-rw-r--r--include/cru/ui/controls/TextHostControlService.hpp2
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_; }