router: Remove extra qualification.
This commit is contained in:
parent
0ff6cb49d6
commit
e3fa447f0c
|
@ -119,7 +119,7 @@ public:
|
|||
|
||||
void SetMode( PNS::DRAG_MODE aDragMode ) override;
|
||||
|
||||
PNS::DRAG_MODE DRAGGER::Mode() const override;
|
||||
PNS::DRAG_MODE Mode() const override;
|
||||
|
||||
private:
|
||||
const ITEM_SET findViaFanoutByHandle ( NODE *aNode, const VIA_HANDLE& handle );
|
||||
|
|
Loading…
Reference in New Issue