Wrap overlength line
This commit is contained in:
parent
9a52c29023
commit
3a15577617
1 changed files with 2 additions and 1 deletions
|
|
@ -100,7 +100,8 @@ namespace graphene { namespace db {
|
|||
#define MAP_OBJECT_ID_TO_TYPE(OBJECT) \
|
||||
namespace graphene { namespace db { \
|
||||
template<> \
|
||||
struct object_downcast<graphene::db::object_id<OBJECT::space_id, OBJECT::type_id>> { using type = OBJECT; }; \
|
||||
struct object_downcast<graphene::db::object_id<OBJECT::space_id, \
|
||||
OBJECT::type_id>> { using type = OBJECT; }; \
|
||||
} }
|
||||
template<typename ObjectID>
|
||||
using object_downcast_t = typename object_downcast<ObjectID>::type;
|
||||
|
|
|
|||
Loading…
Reference in a new issue