mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix override in mock base
This commit is contained in:
parent
c2643f53cf
commit
f900acdac9
@ -49,7 +49,7 @@ MOCK_BASE_CLASS( MOCK_PGM_BASE, PGM_BASE )
|
|||||||
MOCK_METHOD( SetLocalEnvVariables, 0, void() );
|
MOCK_METHOD( SetLocalEnvVariables, 0, void() );
|
||||||
MOCK_CONST_METHOD( GetLocalEnvVariables, 0, ENV_VAR_MAP&() );
|
MOCK_CONST_METHOD( GetLocalEnvVariables, 0, ENV_VAR_MAP&() );
|
||||||
|
|
||||||
int GetSelectedLanguageIdentifier()
|
int GetSelectedLanguageIdentifier() const override
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user