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