mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Do not shadow in src/qt
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
26b370a937
commit
f839350420
@@ -63,9 +63,9 @@ private:
|
||||
|
||||
#include "intro.moc"
|
||||
|
||||
FreespaceChecker::FreespaceChecker(Intro *intro)
|
||||
FreespaceChecker::FreespaceChecker(Intro *_intro)
|
||||
{
|
||||
this->intro = intro;
|
||||
this->intro = _intro;
|
||||
}
|
||||
|
||||
void FreespaceChecker::check()
|
||||
|
||||
Reference in New Issue
Block a user