summaryrefslogtreecommitdiff
path: root/comm/Channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/Channel.h')
-rw-r--r--comm/Channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/comm/Channel.h b/comm/Channel.h
index 302d05d..e59d3d5 100644
--- a/comm/Channel.h
+++ b/comm/Channel.h
@@ -76,8 +76,8 @@ protected:
UchFilDes Fd;
IOMODE Mode;
- void AddNotify (UchMultiplexer&);
- void RemoveNotify (UchMultiplexer&);
+virtual void AddNotify (UchMultiplexer&);
+virtual void RemoveNotify (UchMultiplexer&);
public:
UchChannel ();