Fixed GCC warning.

This commit is contained in:
Mathew Sutcliffe
2017-02-17 17:14:11 +00:00
parent 683c5f38a9
commit 65b0443cfa

View File

@@ -91,6 +91,7 @@ namespace BlackGui
//! \name specialized BlackGui::Models::CListModelDbObjects functions for ordering
//! @{
using COrderableListModelDbObjects::CListModelDbObjects::update;
virtual int update(const ContainerType &container, bool sort) override;
virtual void moveItems(const ContainerType &items, int position) override;
//! @}