mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
Fix missing forward declaration
This commit is contained in:
@@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
{
|
{
|
||||||
|
class IOrderable;
|
||||||
|
|
||||||
//! List of orderable IOrderable objects
|
//! List of orderable IOrderable objects
|
||||||
//! \remark Orerable objects shall implement BlackMisc::IOrderable
|
//! \remark Orerable objects shall implement BlackMisc::IOrderable
|
||||||
template<class OBJ, class CONTAINER>
|
template<class OBJ, class CONTAINER>
|
||||||
|
|||||||
Reference in New Issue
Block a user