Skip to content

Commit 7bc748f

Browse files
committed
Mark enableBMFF as deprecated
1 parent abaffbc commit 7bc748f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/exiv2/bmffimage.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// *****************************************************************************
1414
// namespace extensions
1515
namespace Exiv2 {
16-
EXIV2API bool enableBMFF(bool enable = true);
16+
[[deprecated]] EXIV2API bool enableBMFF(bool enable = true);
1717
} // namespace Exiv2
1818

1919
#ifdef EXV_ENABLE_BMFF

0 commit comments

Comments
 (0)