RagePhoto: make RagePhotoData m_data a pointer
This commit is contained in:
parent
db9a0eaf9a
commit
2b878cf416
2 changed files with 278 additions and 272 deletions
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue