From b2f0d495cd85188e0f9f2d4d363655da40e6e5e6 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 22 Jan 2015 12:25:18 -0800 Subject: Have I mentioned that I hate ADL? --- src/net/ip.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/ip.hpp') diff --git a/src/net/ip.hpp b/src/net/ip.hpp index ab45c56..82d9430 100644 --- a/src/net/ip.hpp +++ b/src/net/ip.hpp @@ -158,7 +158,7 @@ IP4Address IP4_BROADCAST({255, 255, 255, 255}); VString<15> convert_for_printf(IP4Address a); VString<31> convert_for_printf(IP4Mask m); -bool extract(XString str, IP4Address *iv); +bool impl_extract(XString str, IP4Address *iv); -bool extract(XString str, IP4Mask *iv); +bool impl_extract(XString str, IP4Mask *iv); } // namespace tmwa -- cgit v1.2.3-60-g2f50