Update fdbclient/VersionedMap.h

Co-Authored-By: Trevor Clinkenbeard <trevorclinkenbeard@gmail.com>
This commit is contained in:
Neelam Goyal 2020-04-13 12:01:06 -07:00 committed by GitHub
parent 2f8e5e7943
commit a85d9f8cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ void compact(Reference<PTree<T,A>>& p, Version newOldestVersion){
compact(right, newOldestVersion);
}
}
} // namespace PTreeImpl
class ValueOrClearToRef {
public: