summaryrefslogtreecommitdiff
path: root/src/routingTreeNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/routingTreeNode.h')
-rw-r--r--src/routingTreeNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routingTreeNode.h b/src/routingTreeNode.h
index 56e76cf..a16f8de 100644
--- a/src/routingTreeNode.h
+++ b/src/routingTreeNode.h
@@ -49,7 +49,7 @@ public:
private:
// Mutex mutex_;
- u_int16_t mux_;
+ uint16_t mux_;
bool valid_;
boost::array<RoutingTreeNode*,256> nodes_;