X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOTreeNode.h;h=c85a94471cbce6e4718e366f126a6d0aafcac14b;hb=44cd2da41a93b82eb18f6e22c1d8b58d44b64539;hp=3ca036274802fd72f3b22d8d2749ae55e9364f07;hpb=f130d194cc0f1c9380f3907a45020e199e4b5c0a;p=creaImageIO.git diff --git a/src2/creaImageIOTreeNode.h b/src2/creaImageIOTreeNode.h index 3ca0362..c85a944 100644 --- a/src2/creaImageIOTreeNode.h +++ b/src2/creaImageIOTreeNode.h @@ -94,8 +94,7 @@ namespace creaImageIO void UnsafeSetAttribute(const std::string& k, const std::string& v) { mAttributeMap[k] = v; } - const AttributeDescriptor& GetAttributeDescriptor(const std::string& k) - const; + const AttributeDescriptor& GetAttributeDescriptor(const std::string& k)const; // { return GetTypeDescription().GetFieldDescription(k); }