diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-11-16 10:37:36 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-11-16 11:00:52 +0800 |
| commit | 4e0b7d82cd64ef8016dcb49247a8a5e4de8a0b3d (patch) | |
| tree | 9e3226a79945ee02686aa2a8b2db4031937d20dc /src/ui/mapper/style/FontStylerMapper.cpp | |
| parent | 6753cf4430704de0cc83ebd83425b5e3be430ad4 (diff) | |
| download | cru-4e0b7d82cd64ef8016dcb49247a8a5e4de8a0b3d.tar.gz cru-4e0b7d82cd64ef8016dcb49247a8a5e4de8a0b3d.tar.bz2 cru-4e0b7d82cd64ef8016dcb49247a8a5e4de8a0b3d.zip | |
Rename ClonePtr, update theme.
Diffstat (limited to 'src/ui/mapper/style/FontStylerMapper.cpp')
| -rw-r--r-- | src/ui/mapper/style/FontStylerMapper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/mapper/style/FontStylerMapper.cpp b/src/ui/mapper/style/FontStylerMapper.cpp index 1555c071..ac8051a3 100644 --- a/src/ui/mapper/style/FontStylerMapper.cpp +++ b/src/ui/mapper/style/FontStylerMapper.cpp @@ -1,5 +1,5 @@ #include "cru/ui/mapper/style/FontStylerMapper.h" -#include "cru/base/ClonablePtr.h" +#include "cru/base/ClonePtr.h" #include "cru/ui/mapper/MapperRegistry.h" namespace cru::ui::mapper::style { @@ -7,7 +7,7 @@ FontStylerMapper::FontStylerMapper() { SetAllowedTags({"FontStyler"}); } FontStylerMapper::~FontStylerMapper() {} -ClonablePtr<ui::style::FontStyler> FontStylerMapper::DoMapFromXml( +ClonePtr<ui::style::FontStyler> FontStylerMapper::DoMapFromXml( xml::XmlElementNode* node) { auto font_mapper = MapperRegistry::GetInstance() ->GetSharedPtrMapper<platform::graphics::IFont>(); |
