mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-03 05:59:38 +02:00
Replaced Shape by MShape to avoid name conflicts.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
UidAllocator Mapping::allocator;
|
||||
|
||||
Mapping::Mapping(Paint::ptr paint, Shape::ptr shape, uid id)
|
||||
Mapping::Mapping(Paint::ptr paint, MShape::ptr shape, uid id)
|
||||
: _paint(paint), _shape(shape),
|
||||
_isLocked(false), _isSolo(false), _isVisible(true), _opacity(1.0f)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user