fix for comment
This commit is contained in:
parent
38c6eb7b6b
commit
df040c7d99
|
@ -132,7 +132,7 @@ namespace realm {
|
|||
// Realm after closing it will produce undefined behavior.
|
||||
void close();
|
||||
|
||||
// returns the file format version upgraded from, or 0 if not upgraded
|
||||
// returns the file format version upgraded from if an upgrade took place
|
||||
util::Optional<int> file_format_upgraded_from_version() const;
|
||||
|
||||
~Realm();
|
||||
|
|
Loading…
Reference in New Issue