RagePhoto: make RagePhotoData m_data a pointer

This commit is contained in:
Syping 2023-01-08 15:21:16 +01:00
parent db9a0eaf9a
commit 2b878cf416
2 changed files with 278 additions and 272 deletions

File diff suppressed because it is too large Load Diff

View File

@ -165,7 +165,7 @@ public:
void setTitle(const char *title, uint32_t bufferSize = 0); /**< Sets the Photo title. */ void setTitle(const char *title, uint32_t bufferSize = 0); /**< Sets the Photo title. */
private: private:
RagePhotoData m_data; RagePhotoData *m_data;
}; };
#else #else
#include "RagePhotoC.h" #include "RagePhotoC.h"