mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Do not shadow member variables
This commit is contained in:
parent
cf2cecb187
commit
ff8d279a78
2 changed files with 10 additions and 10 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue