aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/mapper/BrushMapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/mapper/BrushMapper.h')
-rw-r--r--include/cru/ui/mapper/BrushMapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/mapper/BrushMapper.h b/include/cru/ui/mapper/BrushMapper.h
index be70e89e..0748c037 100644
--- a/include/cru/ui/mapper/BrushMapper.h
+++ b/include/cru/ui/mapper/BrushMapper.h
@@ -5,7 +5,7 @@
#include "cru/xml/XmlNode.h"
namespace cru::ui::mapper {
-class BrushMapper : public BasicRefMapper<platform::graphics::IBrush> {
+class BrushMapper : public BasicSharedPtrMapper<platform::graphics::IBrush> {
public:
CRU_DEFAULT_CONSTRUCTOR_DESTRUCTOR(BrushMapper)