mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 00:21:36 +00:00
Fix bug in qa, drc_proto.h (link issue).
A virtual pure function was called inside drc_proto.h.
This commit is contained in:
parent
f2783a86e0
commit
c4e775c694
@ -104,7 +104,7 @@ public:
|
||||
|
||||
virtual void SetCurrentProgress( double aProgress ) override
|
||||
{
|
||||
PROGRESS_REPORTER::SetCurrentProgress( aProgress );
|
||||
PROGRESS_REPORTER_BASE::SetCurrentProgress( aProgress );
|
||||
updateUI();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user