From c70bae9617cad3a15787ade43738f84eb4156dc2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 9 Aug 2012 16:19:04 +1000 Subject: [PATCH] AP_MetaClass: fixed a warning --- libraries/AP_Common/AP_MetaClass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Common/AP_MetaClass.h b/libraries/AP_Common/AP_MetaClass.h index 1025fad962..c18bab1f01 100644 --- a/libraries/AP_Common/AP_MetaClass.h +++ b/libraries/AP_Common/AP_MetaClass.h @@ -95,7 +95,7 @@ public: /// the system, as they can be validated by the system when the client hands /// 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 /// of a subclass.