diff options
Diffstat (limited to 'CruUI/ui/control.h')
-rw-r--r-- | CruUI/ui/control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CruUI/ui/control.h b/CruUI/ui/control.h index f4302e80..41401008 100644 --- a/CruUI/ui/control.h +++ b/CruUI/ui/control.h @@ -36,7 +36,7 @@ namespace cru Control(Control&& other) = delete; Control& operator=(const Control& other) = delete; Control& operator=(Control&& other) = delete; - ~Control() override = default; + ~Control() override; public: |