Remove extra qualifier.
This commit is contained in:
parent
01ba584d2e
commit
51a49e5ed1
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public:
|
||||||
*
|
*
|
||||||
* @param coverage The coverage to copy.
|
* @param coverage The coverage to copy.
|
||||||
*/
|
*/
|
||||||
VpfCoverage::VpfCoverage (const VpfCoverage &coverage);
|
VpfCoverage (const VpfCoverage &coverage);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue