Merge pull request #1947 from jim-easterbrook/swig_compat
Hide "static constexpr auto" from SWIG
This commit is contained in:
commit
89253deb14
@ -332,8 +332,9 @@ namespace Exiv2 {
|
||||
IptcKey* clone_() const override;
|
||||
|
||||
// DATA
|
||||
#ifndef SWIG
|
||||
static constexpr auto familyName_ = "Iptc";
|
||||
|
||||
#endif
|
||||
uint16_t tag_; //!< Tag value
|
||||
uint16_t record_; //!< Record value
|
||||
std::string key_; //!< Key
|
||||
|
||||
Loading…
Reference in New Issue
Block a user