fix ambiguous namespace error on route_guide_client.cc from MSVC

pull/3109/head
zeliard 10 years ago
parent d8d9ecddba
commit fd18552c80
  1. 2
      cpp/route_guide/route_guide_client.cc

@ -104,7 +104,7 @@ class RouteGuideClient {
}
void ListFeatures() {
Rectangle rect;
examples::Rectangle rect;
Feature feature;
ClientContext context;

Loading…
Cancel
Save