mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 12:15:29 +08:00
refs #413 All value classes which had custom policies shall inherit from mixins instead.
This commit is contained in:
@@ -18,14 +18,6 @@
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
namespace Aviation { class CTransponder; }
|
||||
|
||||
//! \private
|
||||
template <> struct CValueObjectPolicy<Aviation::CTransponder> : public CValueObjectPolicy<>
|
||||
{
|
||||
using MetaType = Policy::MetaType::Default;
|
||||
};
|
||||
|
||||
namespace Aviation
|
||||
{
|
||||
//! Transponder
|
||||
|
||||
Reference in New Issue
Block a user