From 2ac6e0047979455a1a15d9f426b50ac9de862d37 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Wed, 2 May 2012 12:47:49 +0200 Subject: [PATCH] use using decl. --- zypp/ExternalProgram.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/ExternalProgram.h b/zypp/ExternalProgram.h index dd5b089..c3e7206 100644 --- a/zypp/ExternalProgram.h +++ b/zypp/ExternalProgram.h @@ -260,7 +260,7 @@ namespace zypp { public: /** Return \c FILE* to read programms stderr (O_NONBLOCK set). */ - _ExternalProgram::EarlyPipe::stderr; + using _ExternalProgram::EarlyPipe::stderr; /** Read data up to \c delim_r from stderr (nonblocking). * \note If \c delim_r is '\0', we read as much data as possible. -- 2.7.4