Hide "static constexpr auto" from SWIG

SWIG can't parse "static constexpr auto" at present. As there's no need
to SWIG private class members simply hiding the expression is all that's
needed.
main
Jim Easterbrook 4 years ago
parent 458a60bd76
commit a6480f972c

@ -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…
Cancel
Save