From 3b875091c445b7465b9bd044914318989a94d2ad Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 21 Nov 2025 21:43:42 +0800 Subject: Clean codes. Remove member function const. --- include/cru/ui/controls/IContentBrushControl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/cru/ui/controls/IContentBrushControl.h') diff --git a/include/cru/ui/controls/IContentBrushControl.h b/include/cru/ui/controls/IContentBrushControl.h index d7a4c1b8..1c872e7a 100644 --- a/include/cru/ui/controls/IContentBrushControl.h +++ b/include/cru/ui/controls/IContentBrushControl.h @@ -4,8 +4,7 @@ namespace cru::ui::controls { struct CRU_UI_API IContentBrushControl : virtual Interface { - virtual std::shared_ptr GetContentBrush() - const = 0; + virtual std::shared_ptr GetContentBrush() = 0; virtual void SetContentBrush( std::shared_ptr brush) = 0; }; -- cgit v1.2.3