diff --git a/src/SnapmaticPicture.cpp b/src/SnapmaticPicture.cpp index 54cd02b..65b2081 100644 --- a/src/SnapmaticPicture.cpp +++ b/src/SnapmaticPicture.cpp @@ -53,7 +53,7 @@ inline void gta5view_uInt32ToCharLE(quint32 x, char *y) y[3] = x >> 24; } -ragephoto_bool_t gta5view_export_load(RagePhotoData *rp_data, const char *data, size_t length) +bool gta5view_export_load(RagePhotoData *rp_data, const char *data, size_t length) { const QByteArray fileData = QByteArray::fromRawData(data, length); diff --git a/src/libragephoto b/src/libragephoto index 3d9d632..4aedd8b 160000 --- a/src/libragephoto +++ b/src/libragephoto @@ -1 +1 @@ -Subproject commit 3d9d632d7b270feb6b46523a5fb581f5cc98099f +Subproject commit 4aedd8b869102c5401f3d4dea9603dde974b76a1