LCP CA correction now usable on more RAW types

see issue 1421
This commit is contained in:
Oliver Duis
2012-07-06 18:39:54 +02:00
parent ff7701b04f
commit f3a473d38b
3 changed files with 59 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ class TagDirectory {
virtual Tag* getTag (const char* name) const;
virtual Tag* getTag (int ID) const;
virtual Tag* findTag (const char* name) const;
bool getXMPTagValue(const char* name, char* value) const;
void keepTag (int ID);
virtual void addTag (Tag* a);