Fix missing metatype for CElevationPlane (fixes dbus signals and slots)

This commit is contained in:
Mat Sutcliffe
2020-07-17 00:08:18 +01:00
parent 94eaa1af17
commit 022a5b2cd3

View File

@@ -23,12 +23,14 @@ namespace BlackMisc
//! \remark 100km/h 1sec => 28m
class BLACKMISC_EXPORT CElevationPlane :
public CCoordinateGeodetic,
public Mixin::MetaType<CElevationPlane>,
public Mixin::String<CElevationPlane>
{
public:
//! Base type
using base_type = CCoordinateGeodetic;
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CElevationPlane)
BLACKMISC_DECLARE_USING_MIXIN_STRING(CElevationPlane)
//! Properties by index