Typo
This commit is contained in:
parent
9f21c5811a
commit
4d3ffb5516
@ -538,7 +538,7 @@ protected:
|
||||
};
|
||||
|
||||
/*!
|
||||
* Return type for Easy calls, with an Easy::Entity.
|
||||
* Return type for Easy calls, with an Easy::GenericEntity.
|
||||
* @since 0.100.0
|
||||
*/
|
||||
typedef struct return_entity : return_base
|
||||
@ -551,7 +551,7 @@ typedef struct return_entity : return_base
|
||||
} return_entity;
|
||||
|
||||
/*!
|
||||
* Return type for Easy calls, with a vector of Easy::Entity.
|
||||
* Return type for Easy calls, with a vector of Easy::GenericEntity.
|
||||
* @since 0.100.0
|
||||
*/
|
||||
typedef struct return_entity_vector : return_base
|
||||
|
Reference in New Issue
Block a user