libragephoto: change ragephoto_t type casting behaviour

This commit is contained in:
Syping 2025-10-31 16:12:02 +01:00
parent 2a66793f70
commit 73ae014730
3 changed files with 72 additions and 105 deletions

View file

@ -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