diff --git a/Include/auROXTL/Objects/SOO.hpp b/Include/auROXTL/Objects/SOO.hpp index ce85540..4f31b0b 100644 --- a/Include/auROXTL/Objects/SOO.hpp +++ b/Include/auROXTL/Objects/SOO.hpp @@ -84,7 +84,8 @@ struct Type ## SOO } \ }; \ \ -using Type ## SOO_t = Type ## SOO; +using Type ## SOO_t = Type ## SOO; \ +using Type = Type ## SOO; #define AUROXTL_INTERFACE_SOO_HDR(Type, extends, targetSize, ...) \ AUROXTL_INTERFACE_SOO_HDR_EX(, Type, extends, targetSize, ## __VA_ARGS__)