summaryrefslogtreecommitdiffstats
path: root/fru_area.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'fru_area.hpp')
-rw-r--r--fru_area.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/fru_area.hpp b/fru_area.hpp
index 5294be2..abfa083 100644
--- a/fru_area.hpp
+++ b/fru_area.hpp
@@ -15,14 +15,12 @@ class IPMIFruArea
{
public:
IPMIFruArea() = delete;
+ ~IPMIFruArea() = default;
// constructor
IPMIFruArea(const uint8_t fruID, const ipmi_fru_area_type type,
bool bmcOnlyFru = false);
- // Destructor
- virtual ~IPMIFruArea();
-
// Sets the present bit
inline void setPresent(const bool present)
{
OpenPOWER on IntegriCloud