rapidjson icon indicating copy to clipboard operation
rapidjson copied to clipboard

Fix hidden overloaded virtual function

Open EstherWx opened this issue 2 years ago • 0 comments

'RemoteSchemaDocumentProvider::GetRemoteDocument' and 'SchemaDocumentProvider::GetRemoteDocument' hide the vitual function 'IGenericRemoteSchemaDocumentProvider::GetRemoteDocument'.

Add using statement to fix overloaded-virtual warnings.

EstherWx avatar Dec 06 '23 09:12 EstherWx