Do not shadow member variables

This commit is contained in:
Pavel Janík
2016-05-27 08:00:56 +02:00
parent cf2cecb187
commit ff8d279a78
2 changed files with 10 additions and 10 deletions

View File

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