summaryrefslogtreecommitdiff
path: root/src/io_object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io_object.hpp')
-rw-r--r--src/io_object.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/io_object.hpp b/src/io_object.hpp
index 4494a34..4bce10c 100644
--- a/src/io_object.hpp
+++ b/src/io_object.hpp
@@ -25,7 +25,7 @@
#include <stddef.h>
#include "stdint.hpp"
-#include "poller.hpp"
+#include "poller_base.hpp"
#include "i_poll_events.hpp"
namespace xs
@@ -68,7 +68,7 @@ namespace xs
private:
- poller_t *poller;
+ poller_base_t *poller;
io_object_t (const io_object_t&);
const io_object_t &operator = (const io_object_t&);