From fd18552c806dfc2a353c20915c3ff20177f76c46 Mon Sep 17 00:00:00 2001 From: zeliard Date: Wed, 6 May 2015 11:44:33 +0900 Subject: [PATCH] fix ambiguous namespace error on route_guide_client.cc from MSVC --- cpp/route_guide/route_guide_client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/route_guide/route_guide_client.cc b/cpp/route_guide/route_guide_client.cc index e70207be9fa..e2b7d5a58e9 100644 --- a/cpp/route_guide/route_guide_client.cc +++ b/cpp/route_guide/route_guide_client.cc @@ -104,7 +104,7 @@ class RouteGuideClient { } void ListFeatures() { - Rectangle rect; + examples::Rectangle rect; Feature feature; ClientContext context;