From e38ea3de29ede0e45aab8e595da5e8e3782a396d Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 2 Apr 2020 20:51:19 +0800 Subject: ... --- src/ui/click_detector.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ui/click_detector.cpp') diff --git a/src/ui/click_detector.cpp b/src/ui/click_detector.cpp index b620201c..3f342a31 100644 --- a/src/ui/click_detector.cpp +++ b/src/ui/click_detector.cpp @@ -2,12 +2,11 @@ #include "cru/common/logger.hpp" -#include #include namespace cru::ui { ClickDetector::ClickDetector(Control* control) { - assert(control); + Expects(control); control_ = control; event_rovoker_guards_.push_back( -- cgit v1.2.3