From e191eab68d905bfe14e3590a92fa653f0ae2ebce Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Thu, 18 Feb 2010 09:15:27 +0000 Subject: non-functional changes only: use standard writing of stdint.h types; still import from boost (compiler compatibility) --- src/routingTreeNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routingTreeNode.h') 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 nodes_; -- cgit v1.2.3