From f154bdd9773797f14f07dba4799c794326b70731 Mon Sep 17 00:00:00 2001 From: Tom Eichlersmith Date: Tue, 19 Apr 2022 09:41:03 -0500 Subject: [PATCH] base wishbone interface needs a virtual destructor --- include/pflib/WishboneInterface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pflib/WishboneInterface.h b/include/pflib/WishboneInterface.h index 7b08d294..d92f8b84 100644 --- a/include/pflib/WishboneInterface.h +++ b/include/pflib/WishboneInterface.h @@ -14,6 +14,7 @@ namespace pflib { */ class WishboneInterface { public: + virtual ~WishboneInterface() = default; /** * write a 32-bit word to the given target and address * @throws pflib::Exception in the case of a timeout or wishbone error