aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mapper/style/FontStylerMapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/mapper/style/FontStylerMapper.cpp')
-rw-r--r--src/ui/mapper/style/FontStylerMapper.cpp4
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>();