libragephoto 0.4.1 release
RagePhotoA: fix setData() pointer passthrough
This commit is contained in:
parent
4aedd8b869
commit
af3580dff4
2 changed files with 2 additions and 2 deletions
|
@ -302,7 +302,7 @@ public:
|
|||
if (takeCopy)
|
||||
return ragephoto_setphotodatac(instance, ragePhotoData);
|
||||
else
|
||||
return ragephoto_setphotodata(&instance, ragePhotoData);
|
||||
return ragephoto_setphotodata(instance, ragePhotoData);
|
||||
}
|
||||
/** Sets the Photo description. */
|
||||
void setDescription(const char *description, uint32_t bufferSize = 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue