mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 05:05:38 +08:00
Fixed GCC warning.
This commit is contained in:
@@ -91,6 +91,7 @@ namespace BlackGui
|
|||||||
|
|
||||||
//! \name specialized BlackGui::Models::CListModelDbObjects functions for ordering
|
//! \name specialized BlackGui::Models::CListModelDbObjects functions for ordering
|
||||||
//! @{
|
//! @{
|
||||||
|
using COrderableListModelDbObjects::CListModelDbObjects::update;
|
||||||
virtual int update(const ContainerType &container, bool sort) override;
|
virtual int update(const ContainerType &container, bool sort) override;
|
||||||
virtual void moveItems(const ContainerType &items, int position) override;
|
virtual void moveItems(const ContainerType &items, int position) override;
|
||||||
//! @}
|
//! @}
|
||||||
|
|||||||
Reference in New Issue
Block a user