Skip to content

Commit

Permalink
Update UICellCustomItems.h
Browse files Browse the repository at this point in the history
  • Loading branch information
xrSimpodin committed Jul 2, 2024
1 parent a1c1b76 commit 9da013f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogsr_engine/xrGame/ui/UICellCustomItems.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class CUIInventoryCellItem : public CUICellItem
virtual void Update();
virtual bool EqualTo(CUICellItem* itm);
virtual CUIDragItem* CreateDragItem();
CInventoryItem* object() { return (CInventoryItem*)m_pData; }
CInventoryItem* object() { return static_cast<CInventoryItem*>(m_pData); }

// Real Wolf: Для коллбеков. 25.07.2014.
virtual void OnFocusReceive();
Expand Down

0 comments on commit 9da013f

Please sign in to comment.