mirror of https://github.com/ArduPilot/ardupilot
AP_MetaClass: fixed a warning
This commit is contained in:
parent
7f4b7703c1
commit
c70bae9617
|
@ -95,7 +95,7 @@ public:
|
||||||
/// the system, as they can be validated by the system when the client hands
|
/// the system, as they can be validated by the system when the client hands
|
||||||
/// them back.
|
/// them back.
|
||||||
///
|
///
|
||||||
typedef uint32_t Meta_handle;
|
typedef uintptr_t Meta_handle;
|
||||||
|
|
||||||
/// Return a value that can be used as an external pointer to an instance
|
/// Return a value that can be used as an external pointer to an instance
|
||||||
/// of a subclass.
|
/// of a subclass.
|
||||||
|
|
Loading…
Reference in New Issue