Skip to content

Commit

Permalink
base wishbone interface needs a virtual destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Apr 19, 2022
1 parent 2c45024 commit f154bdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/pflib/WishboneInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f154bdd

Please sign in to comment.