Do not shadow member variables

This commit is contained in:
Pavel Janík
2016-05-27 08:00:56 +02:00
committed by lateminer
parent 9d9499fd40
commit 8b2e1d8a04
2 changed files with 10 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ private:
class HTTPRPCTimerInterface : public RPCTimerInterface
{
public:
HTTPRPCTimerInterface(struct event_base* base) : base(base)
HTTPRPCTimerInterface(struct event_base* _base) : base(_base)
{
}
const char* Name()