From 903d88b8d151c500825ee0fe251687cb14f2cf87 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Sat, 11 Jul 2015 11:00:42 +0300 Subject: [PATCH] dsdlc namespace fix --- .../libuavcan_dsdl_compiler/data_type_template.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libuavcan/dsdl_compiler/libuavcan_dsdl_compiler/data_type_template.tmpl b/libuavcan/dsdl_compiler/libuavcan_dsdl_compiler/data_type_template.tmpl index e7015d5ccb..c346bd031b 100644 --- a/libuavcan/dsdl_compiler/libuavcan_dsdl_compiler/data_type_template.tmpl +++ b/libuavcan/dsdl_compiler/libuavcan_dsdl_compiler/data_type_template.tmpl @@ -70,8 +70,8 @@ struct UAVCAN_EXPORT ${t.cpp_type_name} }; }; - typedef IntegerSpec< ::uavcan::IntegerBitLen< ${len(fields)} >::Result, - ::uavcan::SignednessUnsigned, ::uavcan::CastModeTruncate > TagType; + typedef ::uavcan::IntegerSpec< ::uavcan::IntegerBitLen< ${len(fields)} >::Result, + ::uavcan::SignednessUnsigned, ::uavcan::CastModeTruncate > TagType; #! enum_name, enum_comparator enum