mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-11-11 18:17:15 +01:00
fix compile errors
This commit is contained in:
@@ -2136,7 +2136,7 @@ public:
|
||||
|
||||
virtual const SchemaDocumentType* GetRemoteDocument(const char* uri, SizeType length) {
|
||||
for (size_t i = 0; i < kCount; i++)
|
||||
if (typename SchemaDocumentType::SType(uri, length) == sd_[i]->GetURI())
|
||||
if (typename SchemaDocumentType::SValue(uri, length) == sd_[i]->GetURI())
|
||||
return sd_[i];
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user