From 1b8707339da5b8d7fb976b49488b2752415850ae Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Mon, 15 Jul 2013 23:59:22 +0200 Subject: remove unneeded namespace qualification, ADL works here --- ssh-agent-filter.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh-agent-filter.C b/ssh-agent-filter.C index 4ebb204..615389a 100644 --- a/ssh-agent-filter.C +++ b/ssh-agent-filter.C @@ -152,8 +152,8 @@ void parse_cmdline (int const argc, char const * const * const argv) { ("version,V", "print version information") ; po::variables_map config; - po::store(po::parse_command_line(argc, argv, opts), config); - po::notify(config); + store(parse_command_line(argc, argv, opts), config); + notify(config); if (config.count("help")) { std::cout << "Invocation: ssh-agent-filter [ OPTIONS ]" << std::endl; -- cgit v1.2.3