cursorshape: use unique ptrs
less refcounting.
This commit is contained in:
parent
a21882be33
commit
87653077f8
2 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ class CCursorShapeProtocol : public IWaylandProtocol {
|
|||
void createCursorShapeDevice(CWpCursorShapeManagerV1* pMgr, uint32_t id, wl_resource* resource);
|
||||
|
||||
//
|
||||
std::vector<SP<CWpCursorShapeDeviceV1>> m_devices;
|
||||
std::vector<UP<CWpCursorShapeDeviceV1>> m_devices;
|
||||
std::vector<UP<CWpCursorShapeManagerV1>> m_managers;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue