This commit is contained in:
tastytea 2019-03-02 12:21:40 +01:00
parent 9f21c5811a
commit 4d3ffb5516
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -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 * @since 0.100.0
*/ */
typedef struct return_entity : return_base typedef struct return_entity : return_base
@ -551,7 +551,7 @@ typedef struct return_entity : return_base
} return_entity; } 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 * @since 0.100.0
*/ */
typedef struct return_entity_vector : return_base typedef struct return_entity_vector : return_base