From e6dd695fc757b59571f67a278e4d88ad54cd36ae Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 15 Sep 2021 19:23:45 +0800 Subject: ... --- src/ui/UiManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/UiManager.cpp') diff --git a/src/ui/UiManager.cpp b/src/ui/UiManager.cpp index b0cc769a..85ca552c 100644 --- a/src/ui/UiManager.cpp +++ b/src/ui/UiManager.cpp @@ -20,7 +20,7 @@ using namespace cru::ui::style; using namespace cru::ui::helper; namespace { -std::unique_ptr CreateSolidColorBrush(IGraphFactory* factory, +std::unique_ptr CreateSolidColorBrush(IGraphicsFactory* factory, const Color& color) { auto brush = factory->CreateSolidColorBrush(); brush->SetColor(color); -- cgit v1.2.3