From 7eebe972986ac0ee63d27e33e66c5d24ad19839e Mon Sep 17 00:00:00 2001 From: Romain Thomas Date: Wed, 11 Dec 2024 11:10:46 +0100 Subject: [PATCH] Fix missing visibility --- include/LIEF/DWARF/types/ClassLike.hpp | 2 +- include/LIEF/ELF/NoteDetails/NoteGnuProperty.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/LIEF/DWARF/types/ClassLike.hpp b/include/LIEF/DWARF/types/ClassLike.hpp index 8952ccdd7b..8f5f782d8c 100644 --- a/include/LIEF/DWARF/types/ClassLike.hpp +++ b/include/LIEF/DWARF/types/ClassLike.hpp @@ -34,7 +34,7 @@ class LIEF_API ClassLike : public Type { using Type::Type; /// This represents a class/struct/union attribute - class Member { + class LIEF_API Member { public: Member(std::unique_ptr impl); Member(Member&& other) noexcept; diff --git a/include/LIEF/ELF/NoteDetails/NoteGnuProperty.hpp b/include/LIEF/ELF/NoteDetails/NoteGnuProperty.hpp index b74ae7ad6c..22825dd59c 100644 --- a/include/LIEF/ELF/NoteDetails/NoteGnuProperty.hpp +++ b/include/LIEF/ELF/NoteDetails/NoteGnuProperty.hpp @@ -32,7 +32,7 @@ class LIEF_API NoteGnuProperty : public Note { /// This class wraps the different properties that can be used in a /// `NT_GNU_PROPERTY_TYPE_0` note - class Property { + class LIEF_API Property { public: /// LIEF's mirror types of the original `GNU_PROPERTY_` values