libragephoto: change ragephoto_t type casting behaviour
This commit is contained in:
parent
2a66793f70
commit
73ae014730
3 changed files with 72 additions and 105 deletions
|
|
@ -35,7 +35,7 @@ extern "C" {
|
|||
/** RagePhoto typedef for C instance/C++ object.
|
||||
* \memberof RagePhotoInstance
|
||||
*/
|
||||
typedef void* ragephoto_t;
|
||||
typedef RagePhotoInstance* ragephoto_t;
|
||||
|
||||
/** Opens a \p ragephoto_t instance.
|
||||
* \memberof RagePhotoInstance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue