aboutsummaryrefslogtreecommitdiff
path: root/osp/public/client_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'osp/public/client_config.h')
-rw-r--r--osp/public/client_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/osp/public/client_config.h b/osp/public/client_config.h
index 732b52b6..ae172377 100644
--- a/osp/public/client_config.h
+++ b/osp/public/client_config.h
@@ -19,8 +19,8 @@ struct ClientConfig {
// The indexes of network interfaces that should be used by the Open Screen
// Library. The indexes derive from the values of
- // openscreen::platform::InterfaceInfo::index.
- std::vector<platform::NetworkInterfaceIndex> interface_indexes;
+ // openscreen::InterfaceInfo::index.
+ std::vector<NetworkInterfaceIndex> interface_indexes;
};
} // namespace osp