Adding Floessie's patch to use std::unique_ptr (issue #4008)
This commit is contained in:
@@ -70,7 +70,7 @@ class Thumbnail
|
||||
void _loadThumbnail (bool firstTrial = true);
|
||||
void _saveThumbnail ();
|
||||
void _generateThumbnailImage ();
|
||||
int infoFromImage (const Glib::ustring& fname, rtengine::RawMetaDataLocation* rml = nullptr);
|
||||
int infoFromImage (const Glib::ustring& fname, std::unique_ptr<rtengine::RawMetaDataLocation> rml = nullptr);
|
||||
void loadThumbnail (bool firstTrial = true);
|
||||
void generateExifDateTimeStrings ();
|
||||
|
||||
|
Reference in New Issue
Block a user