diff options
Diffstat (limited to 'mem/port.hh')
-rw-r--r-- | mem/port.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mem/port.hh b/mem/port.hh index ea2929a81..947e7896a 100644 --- a/mem/port.hh +++ b/mem/port.hh @@ -71,6 +71,7 @@ class Port { public: + virtual ~Port() {}; // mey be better to use subclasses & RTTI? /** Holds the ports status. Keeps track if it is blocked, or has calculated a range change. */ |