diff options
Diffstat (limited to 'src/dev/uart8250.hh')
-rw-r--r-- | src/dev/uart8250.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/uart8250.hh b/src/dev/uart8250.hh index 32b16c17c..2c69667e1 100644 --- a/src/dev/uart8250.hh +++ b/src/dev/uart8250.hh @@ -82,7 +82,7 @@ class Uart8250 : public Uart public: IntrEvent(Uart8250 *u, int bit); virtual void process(); - virtual const char *description(); + virtual const char *description() const; void scheduleIntr(); }; |