projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Clean-ups and fixes to compile with more warnings enabled and with g++.
[invirt/third/libt4.git]
/
rpc
/
poll_mgr.h
diff --git
a/rpc/poll_mgr.h
b/rpc/poll_mgr.h
index
bd451cf
..
44ac9f8
100644
(file)
--- a/
rpc/poll_mgr.h
+++ b/
rpc/poll_mgr.h
@@
-17,7
+17,7
@@
class aio_callback {
public:
virtual void read_cb(int fd) = 0;
virtual void write_cb(int fd) = 0;
- virtual ~aio_callback() {}
+ virtual ~aio_callback();
};
class poll_mgr {