diff options
Diffstat (limited to 'include/cru/ui/controls/IContentBrushControl.h')
| -rw-r--r-- | include/cru/ui/controls/IContentBrushControl.h | 3 |
1 files changed, 1 insertions, 2 deletions
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<platform::graphics::IBrush> GetContentBrush() - const = 0; + virtual std::shared_ptr<platform::graphics::IBrush> GetContentBrush() = 0; virtual void SetContentBrush( std::shared_ptr<platform::graphics::IBrush> brush) = 0; }; |
