Make addFITSKeywordAsProperty work

This commit is contained in:
2023-03-09 17:43:50 +01:00
parent 3a1582e887
commit b5f6e6c4f6
3 changed files with 25 additions and 4 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ public:
/** Add image property while doing automatic conversion of FITS name to XISF property
* For example OBSERVER => Observer:Name, SITELAT => Observation:Location:Latitude
*/
bool addFITSKeywordAsProperty(const String &name, const Variant &value);
bool addFITSKeywordAsProperty(const String &name, const String &value);
void* imageData();
const void* imageData() const;